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
b5398a8d
authored
2012-07-19 16:14:01 -0300
by
Kyle Shipley
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add missing comma in sample adapter config.
1 parent
068b8d39
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
b5398a8
...
...
@@ -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