Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilbus committed Mar 28, 2013
1 parent a5d48f2 commit 09b19e4
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
Backbone dualStorage Adapter v1.0 Backbone dualStorage Adapter v1.0.1
================================= ===================================


A dualStorage adapter for Backbone. It's a drop-in replacement for Backbone.Sync() to handle saving to a localStorage database as a cache for the remote models. A dualStorage adapter for Backbone. It's a drop-in replacement for Backbone.Sync() to handle saving to a localStorage database as a cache for the remote models.


Expand Down
9 changes: 6 additions & 3 deletions backbone.dualstorage.coffee
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,10 @@
###
Backbone dualStorage Adapter v1.0.1
# A simple module to replace `Backbone.sync` with *localStorage*-based A simple module to replace `Backbone.sync` with *localStorage*-based
# persistence. Models are given GUIDS, and saved into a JSON object. Simple persistence. Models are given GUIDS, and saved into a JSON object. Simple
# as that. as that.
###


# Make it easy for collections to sync dirty and destroyed records # Make it easy for collections to sync dirty and destroyed records
# Simply call collection.syncDirtyAndDestroyed() # Simply call collection.syncDirtyAndDestroyed()
Expand Down
11 changes: 10 additions & 1 deletion backbone.dualstorage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions spec/backbone.dualstorage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09b19e4

Please sign in to comment.