ftlabs / fruitmachine-media

FruitMachine helper that allows different setup and teardown callbacks to be called based on media queries
MIT License
6 stars 3 forks source link

Adjust teardown to include a `fromDOM` attribute in the options #2

Closed rowanbeentje closed 10 years ago

rowanbeentje commented 10 years ago

...so that if an element is being removed from the DOM state listeners can choose to not take action as appropriate; this also saves a classname alteration as the element is removed. This closes Issue #1.