merkle-open / gondel

🚡 Gondel is a tiny library to bootstrap frontend components
https://gondel.js.org
MIT License
36 stars 10 forks source link

fix(core): prevent plugins from being registered twice when being in … #50

Closed janwidmer closed 5 years ago

janwidmer commented 5 years ago

…different js files

BREAKING CHANGE: enhances structure of pluginEvents object to track if a plugin (in another js file) has already been initialized

closes issue #48

Purpose of this pull request?

What changes did you make?

Does this pull request introduce a breaking change?

Is there anything you'd like reviewers to focus on?

jantimon commented 5 years ago

Please prettify