chore(menu) jscs

This commit is contained in:
coderaiser 2015-02-18 04:48:18 -05:00
parent a2a308f5ef
commit c0853c4560

View file

@ -241,7 +241,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
isDir = DOM.isCurrentIsDir(file),
dir = isDir ? '&&json' : '';
CloudCmd.log('downloading file ' + path +'...');
CloudCmd.log('downloading file ' + path + '...');
path = apiURL + FS + path + '?download' + dir;
@ -250,7 +250,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
name : 'iframe',
async : false,
className : 'hidden',
src : path,
src : path
});
setTimeout(function() {