Searched refs:onBlur (Results 1 – 1 of 1) sorted by relevance
463 _onBlur: function onBlur() { class528 var that = this, onBlur, onFocus, onKeydown, onInput;529 onBlur = _.bind(this._onBlur, this);533 … this.$input.on("blur.tt", onBlur).on("focus.tt", onFocus).on("keydown.tt", onKeydown);