Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafrok committed Mar 22, 2016
1 parent 147c4e2 commit 4fbab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
} else if (typeof define === 'function' && define.amd) {
define(factory)
} else {
root.isIE = factory()
root.fuckIE = factory()
}
})(this, function() {
var IE = (function () {
Expand Down

0 comments on commit 4fbab31

Please sign in to comment.