mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(edit) DOM.getData -> Info.getData
This commit is contained in:
parent
7197b4f94c
commit
a96067a198
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch;
|
|||
CloudCmd.View.show(Element, focus);
|
||||
Key.unsetBind();
|
||||
} else {
|
||||
DOM.getData({
|
||||
Info.getData({
|
||||
success : function(pData) {
|
||||
var lValue = '';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue