Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix silly typo w/ maxJSVersion.
  • Loading branch information
arantius committed Jul 11, 2011
1 parent f695988 commit 6339b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/greasemonkey.js
Expand Up @@ -217,7 +217,7 @@ function startup() {

// Firefox 3.5 and higher supports 1.8.
if (GM_compareFirefoxVersion("3.5") >= 0) {
return "1.8";
maxJSVersion = "1.8";
}
}

Expand Down

0 comments on commit 6339b68

Please sign in to comment.