Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This uses `computed` from `@ember-decorators/object`. This allow us to use computed as a macro in classic ember objects using `EmberOjbect.extend({ ... })` as well as a decorator when using classes. In the future, `@ember-decorators/object` would only serve us as a polyfill for older Ember versions as this is becoming the default behavior in Ember per [Decorators RFC](emberjs/rfcs#408)
- Loading branch information