Don't need to change the context

This commit is contained in:
Tim Robinson 2016-09-13 13:40:30 +00:00
parent ed56a8ea11
commit fb18f56fa4

View File

@ -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: