minor changes

This commit is contained in:
coderaiser 2012-07-30 05:50:31 -04:00
parent cf3af3f002
commit f14af97171

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();
}
};
};