fixed minor changes

This commit is contained in:
coderaiser 2012-08-24 10:54:31 -04:00
parent dc1c833779
commit 4bcbfced95

View file

@ -54,7 +54,7 @@ var CloudCommander, $;
if(lEditor && lEditor.show){
var lCurrent = Util.getCurrentFile();
if(lCurrent)
lEditor.show();
lEditor.show(lCurrent);
}
}