2cdc7fcf by Michael Richards

Only call update on the nested view if it exists in the binder's update function.

1 parent 5a20a8a7
......@@ -543,7 +543,7 @@ Rivets.binders =
delete @nested
update: (models) ->
@nested.update models
@nested?.update models
unless:
block: true
......