mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
minor changes
This commit is contained in:
parent
eef7ae3c72
commit
3cae16b191
1 changed files with 2 additions and 2 deletions
|
|
@ -71,8 +71,8 @@ CloudCommander.Editor.CodeMirror = {
|
|||
(lLeft.className = 'panel hidden');
|
||||
|
||||
CodeMirror(lCloudEditor,{
|
||||
mode : "xml",
|
||||
htmlMode : true,
|
||||
mode : 'javascript',
|
||||
value : '',
|
||||
theme : 'night',
|
||||
lineNumbers : true,
|
||||
//переносим длинные строки
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue