183697f4 by Michael Richards

Merge branch 'fix-if-update'

2 parents c390f392 7c956003
......@@ -560,7 +560,7 @@ Rivets.binders =
delete @nested
update: (models) ->
@nested.update models
@nested?.update models
unless:
block: true
......