Update Ember to 3.1

This commit is contained in:
2018-04-16 13:42:08 +02:00
parent e009caaf25
commit b09f19f399
156 changed files with 10149 additions and 16972 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import computed from 'ember-computed';
import { computed } from '@ember/object';
import ethers from 'npm:ethers';
export default function(dependentKey, converterMethod) {
-8
View File
@@ -1,8 +0,0 @@
import computed from 'ember-computed';
import { isPresent } from 'ember-utils';
export default function(key) {
return computed(key, function() {
return isPresent(this.get(key));
});
}