pull/358/head
Tim Robinson 2016-09-09 23:51:31 +00:00
rodzic 75a5cc1277
commit 5c91f36191
1 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -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();