tejacques / crosstab

A utility library for cross-tab communication using localStorage.
Apache License 2.0
364 stars 58 forks source link

fix bug on page reload #27

Closed kucheruk closed 9 years ago

kucheruk commented 9 years ago

Uncaught TypeError: util.events.destructor is not a function

tejacques commented 9 years ago

Thanks for finding and fixing this! This is such a simple change that I'm just going to accept it without a test. If you feel up for adding a test at some point (probably just testing that util.events.destructor can be called, and does remove event handlers) that would be awesome.