From f21efeac3d4220dbb6d566f7176d2ba3e52c58d8 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Fri, 12 Feb 2016 19:58:45 +0900 Subject: [PATCH] Add a TODO comment --- modules/autoHide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/autoHide.js b/modules/autoHide.js index 46ce4f48..33d358df 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -788,6 +788,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, { this.cancelHideForFeedback(); this.delayedHideTabbarForFeedbackTimer = this.window.setTimeout( function(aSelf) { + // TODO: we do something to highlight the given tab. aSelf.delayedHideTabbarForFeedbackTimer = null; aSelf.hide(aSelf.kSHOWN_BY_FEEDBACK); },