You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/19 15:21:11 UTC

svn commit: r629106 - /incubator/shindig/trunk/features/core.io/io.js

Author: lindner
Date: Tue Feb 19 06:21:09 2008
New Revision: 629106

URL: http://svn.apache.org/viewvc?rev=629106&view=rev
Log:
Fix for SHINDIG-82, thanks to Artemy Tregubenko

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=629106&r1=629105&r2=629106&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core.io/io.js (original)
+++ incubator/shindig/trunk/features/core.io/io.js Tue Feb 19 06:21:09 2008
@@ -187,7 +187,7 @@
         headers: gadgets.io.encodeValues(headers),
         postData : params.POST_DATA || "",
         authz : auth || "",
-        st : st || "",
+        st : st || ""
       };
       xhr.send(gadgets.io.encodeValues(postData));
     },