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
2cdc7fcf
authored
2013-07-21 17:43:37 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Only call update on the nested view if it exists in the binder's update function.
1 parent
5a20a8a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/rivets.coffee
src/rivets.coffee
View file @
2cdc7fc
...
@@ -543,7 +543,7 @@ Rivets.binders =
...
@@ -543,7 +543,7 @@ Rivets.binders =
543
delete
@
nested
543
delete
@
nested
544
544
545
update
:
(
models
)
->
545
update
:
(
models
)
->
546
@
nested
.
update
models
546
@
nested
?
.
update
models
547
547
548
unless
:
548
unless
:
549
block
:
true
549
block
:
true
...
...
Please
register
or
sign in
to post a comment