diff --git a/src/chrome/komodo/content/bindings/views-buffer.p.xml b/src/chrome/komodo/content/bindings/views-buffer.p.xml index 98e6cffabd..1558211d23 100644 --- a/src/chrome/komodo/content/bindings/views-buffer.p.xml +++ b/src/chrome/komodo/content/bindings/views-buffer.p.xml @@ -87,7 +87,7 @@ - + false - + null @@ -127,6 +127,20 @@ return this.__prefs; ]]> + + null + + + + + + + null @@ -1200,7 +1214,7 @@ clearTimeout(this._uiTimer); } - this._uiTimer = setTimeout(this._onUpdateUI_debounced.bind(this, updated), 200); + this._uiTimer = setTimeout(this._onUpdateUI_debounced.bind(this, updated), this.onUpdateUI_timeout); ]]>