Fix console log

pull/117/merge
Tim Robinson 2015-06-10 14:25:13 +00:00
rodzic 809393434b
commit f62b3eb5f2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -187,7 +187,7 @@ define(function(require, exports, module) {
}
function resolve() {
console.log("[watchers] resolved change event without dialog", path);
console.log("[watchers] resolved change event without dialog", this.tab.path);
doc.tab.classList.remove("conflict");
delete doc.meta.$merge;
delete changedPaths[this.tab.path];