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
5d8926e0
authored
2012-07-19 14:27:12 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #31 from shipstar/master
Add missing comma in sample adapter config.
2 parents
068b8d39
b5398a8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
5d8926e
...
...
@@ -48,7 +48,7 @@ Rivets.js is model interface-agnostic, meaning it can work with any event-driven
},
unsubscribe: function(obj, keypath, callback) {
obj.off('change:' + keypath, callback.wrapped);
}
}
,
read: function(obj, keypath) {
return obj.get(keypath);
},
...
...
Please
register
or
sign in
to post a comment