From 95b6e0a5b9be461b9a68d26aa221e2544167ad4c Mon Sep 17 00:00:00 2001 From: Piro / SHIMODA Hiroshi Date: Sat, 28 Jan 2012 04:49:12 +0900 Subject: [PATCH] update comment --- modules/browser.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/browser.js b/modules/browser.js index a62cba8d..67063a9e 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -2568,9 +2568,8 @@ TreeStyleTabBrowser.prototype = { this.updateTabCollapsed(tab, false, this.windowService.restoringTree, function() { /** * When the system is too slow, the animation can start after - * smooth scrolling is finished. However, the smooth scrolling - * should be started together with the start of the animation - * effect. + * smooth scrolling is finished. The smooth scrolling should be + * started together with the start of the animation effect. */ self.scrollToNewTab(tab); });