Skip to content

Instantly share code, notes, and snippets.

@JoeChapman
Created November 21, 2012 10:30
Show Gist options
  • Save JoeChapman/4124163 to your computer and use it in GitHub Desktop.
Save JoeChapman/4124163 to your computer and use it in GitHub Desktop.
Unbinding Backbone events after running test suite
//.....rest of code here
afterEach(function () {
Backbone.Events.off();
});
//...rest of code here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment