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
ec42165d
authored
12 years ago
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use the defined cross-browser compatable event unbinder for unbinding dependency callbacks.
1 parent
c9991635
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/rivets.coffee
src/rivets.coffee
View file @
ec42165
...
...
@@ -100,7 +100,7 @@ class Rivets.Binding
Rivets
.
config
.
adapter
.
unsubscribe
@
model
,
@
keypath
,
@
sync
if
@
isBidirectional
()
@
el
.
removeEventListener
'change'
,
@
publish
unbindEvent
@
el
'change'
,
@
publish
if
@
options
.
dependencies
?
.
length
for
keypath
in
@
options
.
dependencies
...
...
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment