mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed jshint errors
This commit is contained in:
parent
ade581a591
commit
fff8f7cff2
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