diff --git a/src/base/single/input/input.js b/src/base/single/input/input.js index 31c1ea296..44605fc78 100644 --- a/src/base/single/input/input.js +++ b/src/base/single/input/input.js @@ -33,10 +33,7 @@ BI.Input = BI.inherit(BI.Single, { "leading": true, "trailing": false }); - this._blurDebounce = BI.debounce(BI.bind(this._blur, this), BI.EVENT_RESPONSE_TIME, { - "leading": true, - "trailing": false - }); + this._blurDebounce = BI.debounce(BI.bind(this._blur, this), BI.EVENT_RESPONSE_TIME); this.element .keydown(function (e) { inputEventValid = false;