8d1ea999 by Terrance A. Snyder

each-* will now check for null on null array [Closes #110]

1 parent 835f5406
......@@ -339,6 +339,7 @@ Rivets.binders =
@iterated = []
if collection
for item in collection
data = {}
data[n] = m for n, m of @view.models
......