fd970cc2 by Patrick Corcoran

Fix typo in binders.js

I believe there was a typo in binders.js?
1 parent cc735caa
1 describe("Rives.binders", function() { 1 describe("Rivets.binders", function() {
2 var context; 2 var context;
3 beforeEach(function() { 3 beforeEach(function() {
4 context = { 4 context = {
......