fd970cc2 by Patrick Corcoran

Fix typo in binders.js

I believe there was a typo in binders.js?
1 parent cc735caa
describe("Rives.binders", function() {
describe("Rivets.binders", function() {
var context;
beforeEach(function() {
context = {
......@@ -26,4 +26,4 @@ describe("Rives.binders", function() {
rivets.binders.value.unbind.call(context, el);
});
});
});
\ No newline at end of file
});
......