matthiasott / a11y-accordion-tabs

A script for an accessible accordion tabs component
MIT License
71 stars 6 forks source link

Uncaught ReferenceError: _ is not defined #2

Closed andrewmarino closed 5 years ago

andrewmarino commented 6 years ago
  // Expose as a CJS module
  if (typeof module === "object" && module.exports) {
    module.exports = _;
  }
matthiasott commented 5 years ago

Hi Andrew! Thanks for reporting. And sorry that I did not solve this earlier. The issue should be fixed with the latest release. :)

andrewmarino commented 5 years ago

Hey Matthias! No worries—thank you for this excellent little script!