4f0a4974 by Michael Richards

Merge branch 'master' into local-binders-and-config

Conflicts:
	src/rivets.coffee
2 parents dd2d5f98 e0d736ad
......@@ -345,6 +345,8 @@ Rivets.binders =
block: true
bind: (el, collection) ->
el.removeAttribute ['data', @view.config.prefix, @type].join('-').replace '--', '-'
unbind: (el, collection) ->
view.unbind() for view in @iterated if @iterated?
routine: (el, collection) ->
if @iterated?
for view in @iterated
......