minor changes

This commit is contained in:
coderaiser 2012-07-30 06:21:33 -04:00
parent 823425e396
commit d1aac214bf

View file

@ -102,7 +102,7 @@ CloudCommander.Editor.CodeMirror = {
var lCodeMirror = pParent.getByClass('CodeMirror');
if(lCodeMirror.length)
document.body.removeChild(lCodeMirror[0]);
lLeft.removeChild(lCodeMirror[0]);
};
}),
getById : function(pId){return document.getElementById(pId);},