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
4e02f611
authored
2013-06-04 18:03:41 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Access binders from the Rivets object instead of assuming the global module's presence.
1 parent
b17d2fc7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/rivets.coffee
src/rivets.coffee
View file @
4e02f61
...
...
@@ -400,13 +400,13 @@ Rivets.binders =
block
:
true
bind
:
(
el
)
->
r
ivets
.
binders
.
if
.
bind
.
call
@
,
el
R
ivets
.
binders
.
if
.
bind
.
call
@
,
el
unbind
:
->
r
ivets
.
binders
.
if
.
unbind
.
call
@
R
ivets
.
binders
.
if
.
unbind
.
call
@
routine
:
(
el
,
value
)
->
r
ivets
.
binders
.
if
.
routine
.
call
@
,
el
,
not
value
R
ivets
.
binders
.
if
.
routine
.
call
@
,
el
,
not
value
"on-*"
:
function
:
true
...
...
Please
register
or
sign in
to post a comment