Created
November 21, 2012 10:30
-
-
Save JoeChapman/4124163 to your computer and use it in GitHub Desktop.
Unbinding Backbone events after running test suite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//.....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