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