mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Don't need to change the context
This commit is contained in:
parent
ed56a8ea11
commit
fb18f56fa4
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user