minor changes

This commit is contained in:
coderaiser 2012-07-30 05:23:28 -04:00
parent 49789f92d1
commit d64f9d0f44

View file

@ -80,7 +80,7 @@ CloudCommander.Editor.CodeMirror = {
var lLeft = this.getById('left');
var lCloudEditor = this.getById('CloudEditor');
lLeft &&
lLeft &&
(lLeft.className = 'panel hidden');
lCloudEditor &&
@ -114,7 +114,7 @@ CloudCommander.Editor.Keys = (function(){
"use strict";
/* loading js and css of CodeMirror */
CloudCommander.Editor.CodeMirror.load();
CloudCommander.Editor.CodeMirror.show();
var key_event=function(event){