minor changes

This commit is contained in:
coderaiser 2012-07-30 05:45:54 -04:00
parent 6392d4d978
commit fa4b92677d

View file

@ -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');