minor changes

This commit is contained in:
coderaiser 2012-07-18 15:31:49 +03:00
parent c4166e2658
commit a3079d4935

View file

@ -705,7 +705,7 @@ CloudClient._getJSONfromFileTable=function()
* or short
*/
lName.length &&
(lName = lName.title);
(lName = lName[0].title);
/* if short we got title
* if full - getting textConent
*/