minor changes

This commit is contained in:
coderaiser 2012-07-18 15:33:42 +03:00
parent 5da85103d6
commit 3a3c26bd22

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
*/