82c6c4d6 by Michael Richards

Get rid of unnecessary @objectPath array on Rivets.Binding instances.

1 parent 299b1c25
......@@ -8,7 +8,6 @@ class Rivets.Binding
# keypath at which to listen for changes.
constructor: (@view, @el, @type, @keypath, @options = {}) ->
@formatters = @options.formatters || []
@objectPath = []
@dependencies = []
@setBinder()
@setModel()
......