minor changes

This commit is contained in:
coderaiser 2012-07-18 15:33:42 +03:00
parent a3079d4935
commit 124c895eb4

View file

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