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
4f0a4974
authored
2013-04-25 19:19:43 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' into local-binders-and-config
Conflicts: src/rivets.coffee
2 parents
dd2d5f98
e0d736ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/rivets.coffee
src/rivets.coffee
View file @
4f0a497
...
...
@@ -345,6 +345,8 @@ Rivets.binders =
block
:
true
bind
:
(
el
,
collection
)
->
el
.
removeAttribute
[
'data'
,
@
view
.
config
.
prefix
,
@
type
].
join
(
'-'
).
replace
'--'
,
'-'
unbind
:
(
el
,
collection
)
->
view
.
unbind
()
for
view
in
@
iterated
if
@
iterated
?
routine
:
(
el
,
collection
)
->
if
@
iterated
?
for
view
in
@
iterated
...
...
Please
register
or
sign in
to post a comment