backbone-hooksync
v0.2.0
Published
Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.
Downloads
3
Keywords
Readme
Backbone.HookSync
Get the CRUD out of your app. Define functions for Backbone.Model create, read, update and delete.
class MyAwesomeModel extends Backbone.Model
sync: Backbone.HookSync.make
create: myAwesomeAPIsCreateMethod
More Details
See the Annotated Source