Browse Source

almost broke the web version...

[email protected] 12 years ago
parent
commit
b0d9d6b08d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jsfuck.js

+ 1 - 1
jsfuck.js

@@ -255,4 +255,4 @@
   self.JSFuck = {
     encode: encode
   };
-})(exports || window);
+})(typeof(exports) == "undefined" ? window : exports);