chiasm-project / chiasm

A browser based environment for interactive data visualizations.
MIT License
184 stars 27 forks source link

Update layout.js to add hook to remove window re-size event listener on destroy. #37

Closed Hypercubed closed 9 years ago

Hypercubed commented 9 years ago

Hook to destroy layout plugin and remove window resize event listener. Fixes #36.

curran commented 9 years ago

Looks great, thanks!