Author: lryan
Date: Thu Jun  5 07:37:39 2008
New Revision: 663630

URL: http://svn.apache.org/viewvc?rev=663630&view=rev
Log:
Fix for typo

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=663630&r1=663629&r2=663630&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core.io/io.js (original)
+++ incubator/shindig/trunk/features/core.io/io.js Thu Jun  5 07:37:39 2008
@@ -309,7 +309,7 @@
         getSummaries : !!params.GET_SUMMARIES,
         signOwner : signOwner || "true",
         signViewer : signViewer || "true",
-        gadget : gadget.util.getUrlParameters()["url"]
+        gadget : gadgets.util.getUrlParameters()["url"]
       };
 
       if (!respondWithPreload(paramData, params, callback, processResponse)) {


Reply via email to