s/unobserver()/unobserve()
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -94,7 +94,7 @@ class Rivets.Binding | ... | @@ -94,7 +94,7 @@ class Rivets.Binding |
94 | @binder.unbind?.call @, @el | 94 | @binder.unbind?.call @, @el |
95 | @observer.unobserve() | 95 | @observer.unobserve() |
96 | 96 | ||
97 | observer.unobserver() for observer in @dependencies | 97 | observer.unobserve() for observer in @dependencies |
98 | @dependencies = [] | 98 | @dependencies = [] |
99 | 99 | ||
100 | # Updates the binding's model from what is currently set on the view. Unbinds | 100 | # Updates the binding's model from what is currently set on the view. Unbinds | ... | ... |
-
Please register or sign in to post a comment