Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Søren Louv-Jansen committed Jul 26, 2013
1 parent 7a90a7d commit b3d519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/OAuthSimple.js
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ if (OAuthSimple === undefined)
i = 0,
ra = 0;
for (var paramName in this._parameters){
if (this._parameters.hasOwnProperty(paramNam)) {
if (this._parameters.hasOwnProperty(paramName)) {
if (ra++ > 1000) {
throw ('runaway 1');
}
Expand Down

0 comments on commit b3d519f

Please sign in to comment.