minor changes

This commit is contained in:
coderaiser 2012-07-30 05:50:31 -04:00
parent 9c7d46a6c9
commit ccfb64a900

View file

@ -15,9 +15,10 @@ CloudCommander.Editor.CodeMirror = {
var lFM = document.getElementById('fm');
if(lFM){
lFM.appendChild(lEditor);
this.show();
lFM.appendChild(lEditor);
}else console.log('Error. Something went wrong FM not found');
pParent.show();
}
};
};