Fix exports support
authorViacheslav Bereza <betula.icons8@gmail.com>
Tue, 7 Apr 2015 08:35:22 +0000 (11:35 +0300)
committerViacheslav Bereza <betula.icons8@gmail.com>
Tue, 7 Apr 2015 08:35:22 +0000 (11:35 +0300)
src/htmlminifier.js

index 2037f30..39be0c5 100644 (file)
     global.minify = minify;
   }
 
-}(this));
+}(typeof exports === 'undefined' ? this : exports));