use correct docId in resolveConflict

pull/333/head
nightwing 2016-06-22 02:48:14 +04:00
rodzic 27823aa4e1
commit 4f06c24abc
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -71,7 +71,7 @@
"c9.ide.language.javascript.infer": "#b9c2e4bdb8",
"c9.ide.language.jsonalyzer": "#72954f8da1",
"c9.ide.language.codeintel": "#4e0a272229",
"c9.ide.collab": "#c8cab470b1",
"c9.ide.collab": "#48b0eefd02",
"c9.ide.local": "#9169fec157",
"c9.ide.find": "#a2dfc3e306",
"c9.ide.find.infiles": "#488db22ee1",

Wyświetl plik

@ -209,7 +209,7 @@ define(function(require, exports, module) {
}
function resolve() {
collab.send({type: "RESOLVE_CONFLICT", data: {path: path}});
collab.send({type: "RESOLVE_CONFLICT", data: {docId: path}});
resolveConflict(doc, path);
}