Add a TODO comment

This commit is contained in:
YUKI Hiroshi 2016-02-12 19:58:45 +09:00
parent 2f557c218b
commit f21efeac3d

View File

@ -788,6 +788,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, {
this.cancelHideForFeedback(); this.cancelHideForFeedback();
this.delayedHideTabbarForFeedbackTimer = this.window.setTimeout( this.delayedHideTabbarForFeedbackTimer = this.window.setTimeout(
function(aSelf) { function(aSelf) {
// TODO: we do something to highlight the given tab.
aSelf.delayedHideTabbarForFeedbackTimer = null; aSelf.delayedHideTabbarForFeedbackTimer = null;
aSelf.hide(aSelf.kSHOWN_BY_FEEDBACK); aSelf.hide(aSelf.kSHOWN_BY_FEEDBACK);
}, },