fix(menu) DOM.getIdBySrc -> DOM.load.getIdBySrc

This commit is contained in:
coderaiser 2014-05-29 02:40:00 -04:00
parent 84efd8a2fd
commit 1892f12239

View file

@ -206,7 +206,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO;
TIME = 1000,
date = Date.now(),
path = Info.path,
id = DOM.getIdBySrc(path),
id = DOM.load.getIdBySrc(path),
dir = Info.isDir ? '&&json' : '';
Util.log('downloading file ' + path +'...');