fixed bug with file attributes

This commit is contained in:
coderaiser 2012-08-14 12:03:45 +03:00
parent e35e21ca9b
commit e390f0ed76

View file

@ -1125,15 +1125,14 @@ CloudClient._getJSONfromFileTable=function()
* каталог '..'
*/
i=2; /* пропускам Path и Header*/
/* file attributes */
var lAttr = {};
for(;i<lLI.length;i++)
{
var lChildren = lLI[i].children;
/* getting all elements to lAttr object */
/* file attributes */
var lAttr = {};
/* getting all elements to lAttr object */
for(var l = 0; l < lChildren.length; l++)
lAttr[lChildren[l].className] = lChildren[l];