Add a TODO comment
This commit is contained in:
parent
2f557c218b
commit
f21efeac3d
@ -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);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user