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

adding missing `var` declaration for `urlString` #37

Closed jjgonecrypto closed 12 years ago

jjgonecrypto commented 12 years ago

this was causing mocha tests to crash and burn with global leak detected on urlString.

bytespider commented 12 years ago

Cheers Justin