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 {