mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
3d6f162c01
commit
09c6608a8a
1 changed files with 3 additions and 2 deletions
|
|
@ -90,8 +90,9 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
|
||||
var lThis = this;
|
||||
|
||||
var initCodeMirror_f = function(pValue){
|
||||
new CodeMirror(CodeMirrorElement,{
|
||||
var initCodeMirror_f = function(pValue){
|
||||
createEditorDiv();
|
||||
CodeMirrorEditor.CodeMirror = new CodeMirror(CodeMirrorElement,{
|
||||
mode : 'javascript',
|
||||
value : pValue,
|
||||
theme : 'night',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue