From a3079d493523cffd242673ff3f86e7da926ade0f Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Jul 2012 15:31:49 +0300 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index f96389c3..dda89d66 100644 --- a/client.js +++ b/client.js @@ -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 */