7c956003 by Michael Richards

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
......@@ -560,7 +560,7 @@ Rivets.binders =
delete @nested
update: (models) ->
@nested.update models
@nested?.update models
unless:
block: true
......