fixed minor changes

This commit is contained in:
coderaiser 2012-08-24 10:54:31 -04:00
parent 7881ad2e4e
commit 56396c4973

View file

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