flaretailjs / flaretail.js

A JavaScript library for Firefox application development, consisting of WAI-ARIA-driven accessible widgets, a lightweight app framework, and convenient utility functions.
Other
1 stars 2 forks source link

Remove MutationObserver #17

Closed kyoshino closed 9 years ago

kyoshino commented 9 years ago

Managing members on each widget is hard and requires MutationObserver. Remove those code and return members on the fly with element.querySelectorAll.