var callback,_this = this;
callback = function() {
return _this.executecallback(key.text);
};
timer = setTimeout(callback, this.getOpt('delaytime'));
?
var callback,_this = this;
callback = function() {
return _this.executecallback(key.text);
};
timer = setTimeout(callback, this.getOpt('delaytime'));
?