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
7c956003
authored
2013-08-01 10:34:32 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make sure we're not trying to update the nested view in the if binder if it's no…
…n-existant at that point.
1 parent
c390f392
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/rivets.coffee
src/rivets.coffee
View file @
7c95600
...
@@ -560,7 +560,7 @@ Rivets.binders =
...
@@ -560,7 +560,7 @@ Rivets.binders =
560
delete
@
nested
560
delete
@
nested
561
561
562
update
:
(
models
)
->
562
update
:
(
models
)
->
563
@
nested
.
update
models
563
@
nested
?
.
update
models
564
564
565
unless
:
565
unless
:
566
block
:
true
566
block
:
true
...
...
Please
register
or
sign in
to post a comment