cc735caa by Michael Richards

Remove the @options.bindingOptions check, as we're not passing that in from the view anymore.

1 parent d1f5c6ea
......@@ -38,8 +38,6 @@ class Rivets.Binding
formatter = if @model[id] instanceof Function
@model[id]
else if @options?.bindingOptions?.formatters?[id] instanceof Function
@options.bindingOptions.formatters[id]
else
@view.formatters[id]
......