refactored

This commit is contained in:
coderaiser 2013-03-19 07:45:40 -04:00
parent b58acf06e1
commit 447e9e5e66
4 changed files with 47 additions and 52 deletions

View file

@ -249,7 +249,7 @@ var CloudFunc, exports, Util;
lHtmlPath = lHref + FS + lTitle +
'/' + _l + '/' +
lHrefEnd;
for(i = folders.length - 1; i > 0; i--){
var lUrl = folders[i],
lSlashIndex = lUrl.lastIndexOf('/') + 1;