diff --git a/lib/client/editor.js b/lib/client/editor.js index 23cd0fd6..ea93825c 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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');