estructura de JavaScript

var s = {
	'i': 0,
    'func': function () {console.log(this.i);}
};
silyneko