Skip to content

A simple plugin that saves and retrieves a Backbone model's attributes into localStorage

License

Notifications You must be signed in to change notification settings

wegotcoders/BackboneDraftable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

BackboneDraftable

A simple plugin that saves and retrieves a Backbone model's attributes into localStorage

##Usage

Invoke function eg:

app.models.Message = Backbone.Model.extend({

  initialize: function() {
    Backbone.Draftable.call(this);
  }

});

About

A simple plugin that saves and retrieves a Backbone model's attributes into localStorage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published