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
22d4da90
authored
2012-10-10 14:48:34 -0700
by
Eric Schoffstall
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix #76 for bidirectional publish bypass
1 parent
7938f1ee
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 @
22d4da9
...
...
@@ -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