Update lib/client/editor.js

This commit is contained in:
coderaiser 2012-07-30 13:51:15 +03:00
parent 4707d6d1c3
commit 6a5b166a5e

View file

@ -88,7 +88,7 @@ CloudCommander.Editor.CodeMirror = {
if(lCodeMirror.length) {
var lDiv = lCodeMirror[0].getElementsByTagName('div');
if(lDiv.length)
lDiv.style.cssText += lDiv.style.cssText + ';top:26px;left:57px';
lDiv[0].style.cssText += lDiv.style.cssText + ';top:26px;left:57px';
}
lCloudEditor &&
(lCloudEditor.className = '');