From 6a5b166a5e2cc983fb7392872fe451f9f0cab85b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 13:51:15 +0300 Subject: [PATCH] Update lib/client/editor.js --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 243b8119..95d042ab 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -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 = '');