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
7aece56e
authored
2012-10-10 17:35:26 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #77 from Contra/patch-1
fix #76 for bidirectional publish bypass
2 parents
7938f1ee
22d4da90
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 @
7aece56
...
...
@@ -90,7 +90,7 @@ class Rivets.Binding
Rivets
.
config
.
adapter
.
subscribe
model
,
keypath
,
@
sync
if
@
isBidirectional
()
if
@
isBidirectional
()
and
not
@
options
.
bypass
bindEvent
@
el
,
'change'
,
@
publish
# Unsubscribes from the model and the element.
...
...
Please
register
or
sign in
to post a comment