mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
changed mode of CodeMirror to javascript
This commit is contained in:
parent
3a25369152
commit
9a1f87b577
4 changed files with 367 additions and 3 deletions
|
|
@ -44,13 +44,15 @@ CloudCommander.Editor.CodeMirror = {
|
|||
'}'
|
||||
});
|
||||
|
||||
CloudCommander.jsload('lib/client/editor/codemirror/pack/xml.pack.js',
|
||||
CloudCommander.jsload('lib/client/editor/' +
|
||||
'codemirror/pack/javascript.pack.js',
|
||||
createEditorDiv);
|
||||
};
|
||||
};
|
||||
|
||||
/* load CodeMirror main module */
|
||||
CloudCommander.jsload('lib/client/editor/codemirror/pack/codemirror.pack.js',
|
||||
CloudCommander.jsload('lib/client/editor/' +
|
||||
'codemirror/pack/codemirror.pack.js',
|
||||
loadAll(this));
|
||||
}),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue