diff --git a/index.js b/index.js index 9af4aa4..48c8666 100644 --- a/index.js +++ b/index.js @@ -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 () {