codice:... var _self = this; this.tm = setInterval(function() { _self.changeValue(); },speed); } ...
oppure
codice:... this.tm = (function(_self) { return setInterval(function() { _self.changeValue(); },speed); })(this); ...
codice:... var _self = this; this.tm = setInterval(function() { _self.changeValue(); },speed); } ...
oppure
codice:... this.tm = (function(_self) { return setInterval(function() { _self.changeValue(); },speed); })(this); ...
Vuoi aiutare la riforestazione responsabile?
Iscriviti a Ecologi e inizia a rimuovere la tua impronta ecologica (30 alberi extra usando il referral)