mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fixed jshint errors
This commit is contained in:
parent
cb87e5c327
commit
1a2b74990a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ var CloudCommander, Util, DOM, CloudFunc;
|
|||
/**
|
||||
* private function thet unset currentfile
|
||||
*/
|
||||
function UnSetCurrentFile(pCurrentFile){
|
||||
function unSetCurrentFile(pCurrentFile){
|
||||
var lRet_b = DOM.isCurrentFile(pCurrentFile);
|
||||
|
||||
if(!pCurrentFile)
|
||||
|
|
@ -865,7 +865,7 @@ var CloudCommander, Util, DOM, CloudFunc;
|
|||
pCurrentFile = pCurrentFile.nextSibling;
|
||||
|
||||
if(lCurrentFileWas)
|
||||
UnSetCurrentFile(lCurrentFileWas);
|
||||
unSetCurrentFile(lCurrentFileWas);
|
||||
|
||||
DOM.addClass(pCurrentFile, getCurrentFile());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue