Skip to content

Instantly share code, notes, and snippets.

@Hogent
Created May 15, 2013 12:25
Show Gist options
  • Save Hogent/5583634 to your computer and use it in GitHub Desktop.
Save Hogent/5583634 to your computer and use it in GitHub Desktop.
<!-- index.html -->
...
<script src="lib/backbone-min.js"></script>
<script src="lib/backbone.localcache.js"></script>
<script src="lib/backbone.localstorage.js"></script>
...
// lib/backbone.localcache.js
Backbone.serverSync = Backbone.sync;
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment