From 27783578643d61e3fa73cd53cfa64e0596538e68 Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Mon, 22 Feb 2016 14:36:01 +0900 Subject: [PATCH] Remove needless "this" --- modules/autoHide.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/autoHide.js b/modules/autoHide.js index 86c45f22..f1b4fac3 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -773,7 +773,7 @@ AutoHideBrowser.prototype = inherit(AutoHideBase.prototype, { this.delayedShowForFeedbackTimer = null; } this.cancelHideForFeedback(); - this.delayedShowForFeedbackTimer = w.setTimeout((function(this) { + this.delayedShowForFeedbackTimer = w.setTimeout((function() { this.delayedShowForFeedbackTimer = null; this.delayedShowForFeedback(aTab); }).bind(this), 100);