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
ae93758f
authored
2012-10-21 18:18:45 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix missed comma in unbindEvent call.
1 parent
3a018796
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/rivets.coffee
src/rivets.coffee
View file @
ae93758
...
...
@@ -100,7 +100,7 @@ class Rivets.Binding
Rivets
.
config
.
adapter
.
unsubscribe
@
model
,
@
keypath
,
@
sync
if
@
isBidirectional
()
unbindEvent
@
el
'change'
,
@
publish
unbindEvent
@
el
,
'change'
,
@
publish
if
@
options
.
dependencies
?
.
length
for
keypath
in
@
options
.
dependencies
...
...
Please
register
or
sign in
to post a comment