Merge pull request #156 from pcorcoran/patch-1
Fix typo in binders.js
Showing
1 changed file
with
2 additions
and
2 deletions
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 = { |
... | @@ -26,4 +26,4 @@ describe("Rives.binders", function() { | ... | @@ -26,4 +26,4 @@ describe("Rives.binders", function() { |
26 | rivets.binders.value.unbind.call(context, el); | 26 | rivets.binders.value.unbind.call(context, el); |
27 | }); | 27 | }); |
28 | }); | 28 | }); |
29 | }); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
29 | }); | ... | ... |
-
Please register or sign in to post a comment