Skip to content

Instantly share code, notes, and snippets.

@catkins
Created November 16, 2014 05:17
Show Gist options
  • Save catkins/eb8c4d95a22a21340a1e to your computer and use it in GitHub Desktop.
Save catkins/eb8c4d95a22a21340a1e to your computer and use it in GitHub Desktop.
App.StorageService = Ember.Object.extend({
persistence: window.localStorage,
namespace: 'ember-storage-service',
// ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment