refactored

This commit is contained in:
coderaiser 2013-01-24 06:15:07 -05:00
parent a18ac6fa29
commit ba1c37b520
5 changed files with 81 additions and 32 deletions

View file

@ -98,7 +98,7 @@ CloudCmd._loadDir = function(pLink, pNeedRefresh){
if(lParent === '..' && lDir !== '/')
CloudCmd._currentToParent(lDir);
pEvent.preventDefault();
DOM.preventDefault();
};
};