summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/autosize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/autosize.js b/dist/autosize.js
index de3af2c..7394ef8 100644
--- a/dist/autosize.js
+++ b/dist/autosize.js
@@ -18,7 +18,7 @@
})(this, function (exports, module) {
'use strict';
- var set = Set ? new Set() : (function () {
+ var set = (typeof Set != "undefined") ? new Set() : (function () {
var list = [];
return {