Get rid of unnecessary @objectPath array on Rivets.Binding instances.
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -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() | ... | ... |
-
Please register or sign in to post a comment