From b1529189508b50ad4a837f261caf863054a7543f Mon Sep 17 00:00:00 2001 From: Viacheslav Bereza Date: Tue, 7 Apr 2015 11:35:22 +0300 Subject: [PATCH] Fix exports support --- src/htmlminifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmlminifier.js b/src/htmlminifier.js index 2037f30..39be0c5 100644 --- a/src/htmlminifier.js +++ b/src/htmlminifier.js @@ -831,4 +831,4 @@ global.minify = minify; } -}(this)); +}(typeof exports === 'undefined' ? this : exports)); -- 2.34.1