Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Use booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Apr 28, 2013
1 parent 7e8b9bd commit aede6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@ var browser
if (typeof window === 'undefined') {
browser = false
} else {
browser = window
browser = true
}

module.exports = function (name) {
Expand Down

0 comments on commit aede6e2

Please sign in to comment.