From fb18f56fa4e91381163b4aaa57f1a9d17640c2fa Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Tue, 13 Sep 2016 13:40:30 +0000 Subject: [PATCH] Don't need to change the context --- plugins/c9.ide.watcher/gui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.ide.watcher/gui.js b/plugins/c9.ide.watcher/gui.js index 333ea890..38f599e4 100644 --- a/plugins/c9.ide.watcher/gui.js +++ b/plugins/c9.ide.watcher/gui.js @@ -205,7 +205,7 @@ define(function(require, exports, module) { var doc = tab.document; var path = tab.path; - changedPaths[tab.path] = { tab: tab, resolve: resolve.bind(changedPaths[tab.path], doc, path) }; + changedPaths[tab.path] = { tab: tab, resolve: resolve.bind(null, doc, path) }; switch (doubleCheckComparisonType) { case comparisonType.TIMESTAMP_AND_CONTENTS: