Skip to content

Instantly share code, notes, and snippets.

@jcayzac
Created September 23, 2011 12:10
Show Gist options
  • Save jcayzac/1237205 to your computer and use it in GitHub Desktop.
Save jcayzac/1237205 to your computer and use it in GitHub Desktop.
iScroll v3.6
var store = function(k,v) {
try {
localStorage[k] = v;
}
catch(e) { }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment