themustafaomar / jsvectormap

A lightweight JavaScript library for creating interactive maps and pretty data visualization.
https://jvm-docs.vercel.app
MIT License
398 stars 80 forks source link

Fix pollyfills.js #138

Open bt opened 1 year ago

bt commented 1 year ago

Within the polyfill for Element.matches, there is a variable i that is incorrectly marked as const and therefore breaks the function, as the next line decrements i.

bt commented 1 year ago

If you have time, I'd appreciate if you can add the hacktoberfest-accepted label on this PR 😄