Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2cceb398
authored
2013-12-03 23:46:20 -0800
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s/unobserver()/unobserve()
1 parent
cdff92ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/bindings.coffee
src/bindings.coffee
View file @
2cceb39
...
...
@@ -94,7 +94,7 @@ class Rivets.Binding
@
binder
.
unbind
?
.
call
@
,
@
el
@
observer
.
unobserve
()
observer
.
unobserve
r
()
for
observer
in
@
dependencies
observer
.
unobserve
()
for
observer
in
@
dependencies
@
dependencies
=
[]
# Updates the binding's model from what is currently set on the view. Unbinds
...
...
Please
register
or
sign in
to post a comment