minor changes

This commit is contained in:
coderaiser 2012-07-30 06:20:20 -04:00
parent e1f102be7f
commit c0c8dfdf51

View file

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