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

fixing qunit submodule #9

Closed max-mapper closed 13 years ago

max-mapper commented 13 years ago

hey there,

when I cloned and tried to do git submodule init to check qunit out it failed because you never checked in the .gitmodules file. all I did was add it in so new cloners can run the test suite as expected. I also added a short note in the readme

max

bytespider commented 13 years ago

Thank you, I've merged your request into master