Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fd970cc2
authored
2013-05-02 10:37:42 -0700
by
Patrick Corcoran
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typo in binders.js
I believe there was a typo in binders.js?
1 parent
cc735caa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
spec/rivets/binders.js
spec/rivets/binders.js
View file @
fd970cc
describe
(
"Rives.binders"
,
function
()
{
describe
(
"Rive
t
s.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
});
...
...
Please
register
or
sign in
to post a comment