diff --git a/modules/browser.js b/modules/browser.js index dd78659f..62e64a89 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -6648,7 +6648,7 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, { }; this.animationManager.addTask( this.smoothScrollTask, - 0, 0, this.smoothScrollDuration || aDuration, this.window + 0, 0, aDuration || this.smoothScrollDuration, this.window ); }, _getMaxScrollSize : function(aScrollBoxObject) {