Merge branch 'master' into fix-with-missing-metamask

This commit is contained in:
2018-04-17 12:59:14 +02:00
committed by GitHub
159 changed files with 14593 additions and 16991 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));
});
}