mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
Update lib/client/editor.js
This commit is contained in:
parent
b9b8cc5acb
commit
0964b7dccb
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ var CloudCommander, CloudFunc, CodeMirror;
|
|||
*/
|
||||
CloudCommander.Editor = {
|
||||
get : (function(){
|
||||
return this.Codemirror
|
||||
return this.CodeMirror;
|
||||
})
|
||||
};
|
||||
CloudCommander.Editor.CodeMirror = new CloudCommander.Util();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue