Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed access to db property to use Ember.get so that db can be inje…
…cted Using this.db doesn’t work when injecting a PouchDB into the adapter. In the case of an injected property, you need to use this.get(‘db’).
- Loading branch information