mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
f3e346f539
commit
fe148b378a
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