From 9b538ba09af03236ceb8e3714e80098565099531 Mon Sep 17 00:00:00 2001 From: Ted Goddard Date: Thu, 17 Apr 2014 11:18:11 -0600 Subject: [PATCH] support for use_strict --- lib/oauth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/oauth.js b/lib/oauth.js index 4c0e911..76f68a7 100644 --- a/lib/oauth.js +++ b/lib/oauth.js @@ -166,8 +166,8 @@ exports.OAuth.prototype._sortRequestParams= function(argument_pairs) { return argument_pairs; } -exports.OAuth.prototype._normaliseRequestParams= function(arguments) { - var argument_pairs= this._makeArrayOfArgumentsHash(arguments); +exports.OAuth.prototype._normaliseRequestParams= function(args) { + var argument_pairs= this._makeArrayOfArgumentsHash(args); // First encode them #3.4.1.3.2 .1 for(var i=0;i= 200 && response.statusCode <= 299 ) {