Skip to content

Commit

Permalink
Fixed typo: changed usegAgent to userAgent in module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Fryslie committed Nov 8, 2011
1 parent 39b8443 commit 8ad7a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -26,7 +26,7 @@
*/
, product: "Gecko"
, productSub: "20030107"
, usegAgent: "Mozilla/5.0 (" + machine + "; " + arch + ") " + engine
, userAgent: "Mozilla/5.0 (" + machine + "; " + arch + ") " + engine
, vendor: "Joyent"
, vendorSub: ""
}
Expand Down

0 comments on commit 8ad7a7a

Please sign in to comment.