mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
minor changes
This commit is contained in:
parent
5340b37003
commit
918b4dcb8f
1 changed files with 5 additions and 6 deletions
|
|
@ -62,13 +62,12 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
'}'
|
||||
});
|
||||
|
||||
Util.jsload(CodeMirrorEditor.dir +
|
||||
Util.jsload(CodeMirrorEditor.dir +
|
||||
'mode/javascript.js', createEditorDiv);
|
||||
};
|
||||
|
||||
/* load CodeMirror main module */
|
||||
Util.jsload(CodeMirrorEditor.dir +
|
||||
'codemirror.js', loadAll);
|
||||
};
|
||||
|
||||
/* load CodeMirror main module */
|
||||
Util.jsload(CodeMirrorEditor.dir + 'codemirror.js', loadAll);
|
||||
});
|
||||
|
||||
/* function shows CodeMirror editor */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue