This commit is contained in:
Liang Ding 2014-12-25 10:41:19 +08:00
parent 0822aa19ed
commit 8a6e4a943c
1 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ var menu = {
}
});
},
// 测试.
// go test.
test: function () {
menu.saveAllFiles();
@ -299,7 +299,7 @@ var menu = {
var request = newWideRequest();
request.file = currentPath;
request.code = wide.curEditor.getValue();
request.nextCmd = ""; // 只构建,无下一步操作
request.nextCmd = ""; // build only, no following operation
$.ajax({
type: 'POST',