You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/04 17:13:20 UTC

svn commit: r761955 - /incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js

Author: vsiveton
Date: Sat Apr  4 15:13:17 2009
New Revision: 761955

URL: http://svn.apache.org/viewvc?rev=761955&view=rev
Log:
SHINDIG-901: io.js is missing OAUTH_USE_TOKEN in RequestParameters
Submitted by: Jordan Zimmerman

o patch applied

Modified:
    incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js

Modified: incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js?rev=761955&r1=761954&r2=761955&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/core.io/io.js Sat Apr  4 15:13:17 2009
@@ -474,6 +474,7 @@
   "GET_SUMMARIES",
   "REFRESH_INTERVAL",
   "OAUTH_SERVICE_NAME",
+  "OAUTH_USE_TOKEN",
   "OAUTH_TOKEN_NAME",
   "OAUTH_REQUEST_TOKEN",
   "OAUTH_REQUEST_TOKEN_SECRET"