oncode / handorgel

Accessible W3C conform accordion written in ES6.
https://oncode.github.io/handorgel/
MIT License
261 stars 25 forks source link

handorgel is not a constructor #15

Closed rja907 closed 5 years ago

rja907 commented 5 years ago

Package version: 0.4.9

JS

const handorgel = require('handorgel');
const options = {
  multiSelectable: true
}
var h = new handorgel(document.querySelector('.handorgel'), options);

Error image link