closure
this.bottone.onclick = (function(obj) { return function() { alert(obj.proprieta); obj.allerta(); }; })(this);
this.allerta=function(){alert('secondo alert')};
ciao
closure
this.bottone.onclick = (function(obj) { return function() { alert(obj.proprieta); obj.allerta(); }; })(this);
this.allerta=function(){alert('secondo alert')};
ciao