Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages