kopia lustrzana https://github.com/c9/core
more changes?
rodzic
75a5cc1277
commit
5c91f36191
|
@ -406,9 +406,7 @@ define(function(require, exports, module) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
getLatestValue(path, function(err, path, data) {
|
getLatestValue(path, updateChangedPath);
|
||||||
updateChangedPath(err, path, data);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkEmptyQueue();
|
checkEmptyQueue();
|
||||||
|
@ -431,10 +429,7 @@ define(function(require, exports, module) {
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
askAutoMerge();
|
askAutoMerge();
|
||||||
|
getLatestValue(path, mergeChangedPath);
|
||||||
getLatestValue(path, function(err, path, data) {
|
|
||||||
mergeChangedPath(err, path, data);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
checkEmptyQueue();
|
checkEmptyQueue();
|
||||||
|
|
Ładowanie…
Reference in New Issue