183697f4 by Michael Richards

Merge branch 'fix-if-update'

2 parents c390f392 7c956003
...@@ -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
......