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
4a68a877
authored
2012-07-05 00:24:58 -0700
by
Patrick Gibson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
It's so easy to be spoiled by CoffeeScript.
1 parent
c5fd5f1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
4a68a87
...
...
@@ -27,7 +27,7 @@ Configuring Rivets.js is required before anything can be bound, as binding is de
obj.on('change:' + keypath, function(m, v) { callback(v) });
},
read: function(obj, keypath) {
obj.get(keypath);
return
obj.get(keypath);
},
publish: function(obj, keypath, value) {
obj.set(keypath, value);
...
...
Please
register
or
sign in
to post a comment