Skip to content

Commit

Permalink
Added version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 14, 2011
1 parent c3832e1 commit 8fccd62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backbone.localStorage.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Backbone localStorage Adapter v1.0
* https://github.com/jeromegn/Backbone.localStorage
*
* Date: Sun Aug 14 2011 09:53:55 -0400
*/

// A simple module to replace `Backbone.sync` with *localStorage*-based
// persistence. Models are given GUIDS, and saved into a JSON object. Simple
// as that.
Expand Down

0 comments on commit 8fccd62

Please sign in to comment.