5d8926e0 by Michael Richards

Merge pull request #31 from shipstar/master

Add missing comma in sample adapter config.
2 parents 068b8d39 b5398a8d
......@@ -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);
},
......