Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix isServiceFactory deprecation with Ember 1.13
Since Ember 1.13, Ember expects that services either extend `Ember.Service`, or they must set `isServiceFactory` to `true` at the class level. Since the Cart service already extends `ArrayProxy`, this commit reopens the Cart service class to set `isServiceFactory` to `true`. See emberjs/ember.js#11261
- Loading branch information