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
6392d4d978
commit
fa4b92677d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
load: (function(){ /* function loads CodeMirror js and css files */
|
||||
|
||||
/* function shows editor */
|
||||
var createEditorDiv = function (pParent){
|
||||
var createEditorDiv = function() {
|
||||
return function(){
|
||||
if (!document.getElementById('CloudEditor')) {
|
||||
var lEditor=document.createElement('div');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue