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


Reply via email to