bytespider / jsOAuth

JavaScript implimentation of the OAuth protocol. Currently supports version 1.0 (RFC5849) of the specification. Node.js & CommonJS compatible.
http://bytespider.github.com/jsOAuth/
MIT License
557 stars 109 forks source link

Typo in line 143 - spotted by JS Lint. #27

Closed jeffatstepup closed 12 years ago

jeffatstepup commented 12 years ago

JS Lint reports arg_length not defined, assume you meant args_length.

v1.3.3 much improved on v1.3.1 thanks for all your effort on this.