incr 同步完成, 待send changes

This commit is contained in:
life
2015-01-24 14:41:24 +08:00
parent 6aef83697c
commit 93e5d7be6e
12 changed files with 411 additions and 62 deletions

View File

@@ -972,4 +972,11 @@ $(function() {
var $p = $(this).parent();
Notebook.contextmenuSearch.showMenu(e, $p);
});
});
});
//---------------
// 笔记本解决冲突
Notebook.fixConflict = function() {
};