mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
a25036b0c0
commit
3d5bcb7352
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