This commit is contained in:
Van 2014-09-12 18:03:42 +08:00
parent a5725f5c71
commit a94d5c90a2
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ var editors = {
var cur = wide.curEditor.getCursor();
var request = {
file: $tabs.children(".current").data("index"),
file: $(".edit-header .current").data("index"),
code: wide.curEditor.getValue(),
cursorLine: cur.line,
cursorCh: cur.ch