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