82c6c4d6 by Michael Richards

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

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