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.
This commit is contained in:
Emily Stark
2014-07-20 21:16:33 -07:00
parent c52ca68ea2
commit d3eae5a2e8

View File

@@ -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 = {};