Author: lindner
Date: Tue Aug 12 07:09:13 2008
New Revision: 685160

URL: http://svn.apache.org/viewvc?rev=685160&view=rev
Log:
SHINDIG-510 - fix trailing comma problem.  It appears that a line containing 
errors: [] was missing -- added

Modified:
    incubator/shindig/trunk/features/core.io/io.js

Modified: incubator/shindig/trunk/features/core.io/io.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core.io/io.js?rev=685160&r1=685159&r2=685160&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core.io/io.js (original)
+++ incubator/shindig/trunk/features/core.io/io.js Tue Aug 12 07:09:13 2008
@@ -231,6 +231,7 @@
             oauthApprovalUrl: preload.oauthApprovalUrl,
             oauthError: preload.oauthError,
             oauthErrorText: preload.oauthErrorText,
+            errors: []
           }
           callback(transformResponseData(params, resp));
         }


Reply via email to