You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by zh...@gmail.com on 2010/04/10 00:08:01 UTC

Remove added coma in io.js (issue879047)

Reviewers: shindig.remailer_gmail.com, johnfargo,

Description:
It seems that IE doesn't handle an extra commas in js map.
Just remove it.

Please review this at http://codereview.appspot.com/879047/show

Affected files:
   features/src/main/javascript/features/core.io/io.js


### Eclipse Workspace Patch 1.0
#P shindig-project
Index: features/src/main/javascript/features/core.io/io.js
===================================================================
--- features/src/main/javascript/features/core.io/io.js	(revision 932538)
+++ features/src/main/javascript/features/core.io/io.js	(working copy)
@@ -389,7 +389,7 @@
          container : urlParams.container || urlParams.synd || "default",
          // should we bypass gadget spec cache (e.g. to read OAuth provider  
URLs)
          bypassSpecCache : gadgets.util.getUrlParameters().nocache || "",
-        getFullHeaders : !!params.GET_FULL_HEADERS,
+        getFullHeaders : !!params.GET_FULL_HEADERS
        };

        // OAuth goodies