Use given duration

This commit is contained in:
YUKI Hiroshi 2015-03-17 16:06:20 +09:00
parent f3a3d8f0d0
commit f0c012710d

View File

@ -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) {