diff --git a/backbone.localStorage.js b/backbone.localStorage.js index 59aa0e1..1fe5273 100644 --- a/backbone.localStorage.js +++ b/backbone.localStorage.js @@ -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.