diff --git a/lib/client/editor.js b/lib/client/editor.js index 6711cdd1..5af07bbf 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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,