From d3eae5a2e8166c0108e536595c20aa7d70ad35bc Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Sun, 20 Jul 2014 21:16:33 -0700 Subject: [PATCH] Make a trivial change to oauth to force new package version. Linux build of rc0's oauth package seems to have disappeared from s3, so forcing a new oauth version to be published. --- packages/oauth/oauth_server.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/oauth/oauth_server.js b/packages/oauth/oauth_server.js index b4f0c3e5c1..d49444e08a 100644 --- a/packages/oauth/oauth_server.js +++ b/packages/oauth/oauth_server.js @@ -11,7 +11,6 @@ var registeredServices = {}; // Internal: Maps from service version to handler function. The // 'oauth1' and 'oauth2' packages manipulate this directly to register // for callbacks. -// OAuth._requestHandlers = {};