funkensturm / ember-local-storage

The addon provides a storageFor computed property that returns a proxy and persists the changes to localStorage or sessionStorage. It ships with an ember-data adapter.
https://www.funkensturm.com/ember-local-storage/
MIT License
218 stars 76 forks source link

[BUGFIX] Replace `window.removeEventHandler` with `window.removeEventListener`. #312

Closed cibernox closed 5 years ago

cibernox commented 5 years ago

AFAIK window.removeEventHandler does not exist in any browser, it must be a typo.

fsmanuel commented 5 years ago

@cibernox 🤔 good catch. Thanks! I'll see why the tests are failing and ping you to rebase.

fsmanuel commented 5 years ago

@cibernox can you please rebase with master. That should fix the build.

fsmanuel commented 5 years ago

@cibernox Thanks!

fsmanuel commented 5 years ago

@cibernox released as v1.7.1