Skip to content

Commit

Permalink
Fix jshint error on polyfill
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Aug 5, 2020
1 parent fba505b commit d28c264
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
if (new Set([0]).size === 0) {
// IE does not support passing an iterable to Set constructor
var _Set = Set;
/*global Set:true */
Set = function Set(iterable) {
var set = new _Set();
if (iterable) {
Expand Down

0 comments on commit d28c264

Please sign in to comment.