Searched refs:_onKeyup (Results 1 – 2 of 2) sorted by relevance
994 this._onKeyup = debounce(this._onKeyup, this.option.debounce);1042 this.$el.on('keyup.' + this.id, $.proxy(this._onKeyup, this));1045 _onKeyup: function (e) { method1351 $this._onKeyup(domEvent);1357 this.$el.on('keyup.' + this.id, $.proxy(this._onKeyup, this));
2 …_onKeyup=d(this._onKeyup,this.option.debounce)),this._bindEvents()},destroy:function(){this.$el.of… method