mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
minor changes
This commit is contained in:
parent
a81579b37f
commit
83022b65c1
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