"mousedown .ui-spinner-button": function(e) {
function i() {
var e = this.element[0] === t.ui.safeActiveElement(this.document[0]);
e || (this.element.trigger("focus"), this.previous = s, this._delay(function() {
this.previous = s
}))
}
var s;
s = this.element[0] === t.ui.safeActiveElement(this.document[0]) ? this.previous : this.element.val(), e.preventDefault(), i.call(this), this.cancelBlur = !0, this._delay(function() {
delete this.cancelBlur, i.call(this)
}), this._start(e) !== !1 && this._repeat(null, t(e.currentTarget).hasClass("ui-spinner-up") ? 1 : -1, e)
},
"mouseup .ui-spinner-button": "_stop",
"mouseenter .ui-spinner-button": function(e) {
return t(e.currentTarget).hasClass("ui-state-active") ? this._start(e) === !1 ? !1 : (this._repeat(null, t(e.currentTarget).hasClass("ui-spinner-up") ? 1 : -1, e), void 0) : void 0
},
"mouseleave .ui-spinner-button": "_stop"