0.0.4 • Published 9 years ago

ember-auto-remove-jquery-events v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

ember-auto-remove-jquery-events

Automatically removes jQuery events on destruction of the view.

Gone are the days of this.$().off to avoid leaks

Installation

  • git clone https://github.com/jasonmit/ember-auto-remove-jquery-events.git
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.