kopia lustrzana https://github.com/c9/core
Pass arguments to resolve
rodzic
ab6a92a753
commit
6093c80529
|
@ -205,7 +205,7 @@ define(function(require, exports, module) {
|
||||||
var doc = tab.document;
|
var doc = tab.document;
|
||||||
var path = tab.path;
|
var path = tab.path;
|
||||||
|
|
||||||
changedPaths[tab.path] = { tab: tab, resolve: resolve };
|
changedPaths[tab.path] = { tab: tab, resolve: resolve.bind(changedPaths[tab.path], doc, path) };
|
||||||
|
|
||||||
switch (doubleCheckComparisonType) {
|
switch (doubleCheckComparisonType) {
|
||||||
case comparisonType.TIMESTAMP_AND_CONTENTS:
|
case comparisonType.TIMESTAMP_AND_CONTENTS:
|
||||||
|
|
Ładowanie…
Reference in New Issue