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
9a6db123
authored
2012-07-07 13:01:42 +0200
by
Nicklas Ansman Giertz
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Remove an unnecessary proxy call
1 parent
472cd08f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/rivets.coffee
src/rivets.coffee
View file @
9a6db12
...
...
@@ -26,7 +26,7 @@ class Rivets.Binding
# routines will also listen for changes on the element to propagate them back
# to the model.
bind
:
=>
Rivets
.
config
.
adapter
.
subscribe
@
model
,
@
keypath
,
(
value
)
=>
@
set
value
Rivets
.
config
.
adapter
.
subscribe
@
model
,
@
keypath
,
@
set
if
Rivets
.
config
.
preloadData
@
set
Rivets
.
config
.
adapter
.
read
@
model
,
@
keypath
...
...
@@ -144,4 +144,4 @@ rivets =
if
module
?
module
.
exports
=
rivets
else
@
rivets
=
rivets
\ No newline at end of file
@
rivets
=
rivets
...
...
Please
register
or
sign in
to post a comment