mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
feature(edit) RESTful.save -> saveCurrentData
This commit is contained in:
parent
7f7c82356b
commit
325cf98da2
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
query = '?patch';
|
||||
}
|
||||
|
||||
DOM.RESTful.save(lPath, lValue, onSave, query);
|
||||
DOM.saveCurrentData(lPath, lValue, onSave, query);
|
||||
}, function(callback) {
|
||||
diff(lValue, callback);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue