Skip to content

Commit 5533674

Browse files
XuluWarriorwebark
authored andcommitted
fix(ember inspector): Mixins created with an empty create breaks ember-inspector fixes #275
1 parent d675d7d commit 5533674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import Mixin from '@ember/object/mixin';
22

3-
export default Mixin.create();
3+
export default Mixin.create({});

0 commit comments

Comments
 (0)