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
9a1f87b577
commit
1244dae73f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
var lParent = this;
|
||||
var initCodeMirror_f = function(pValue){
|
||||
CodeMirror(lCloudEditor,{
|
||||
mode : 'xml',
|
||||
mode : 'javascript',
|
||||
value : pValue,
|
||||
theme : 'night',
|
||||
lineNumbers : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue