Skip to content

Commit

Permalink
fix(ember inspector): Mixins created with an empty create breaks embe…
Browse files Browse the repository at this point in the history
…r-inspector fixes #275
  • Loading branch information
XuluWarrior authored and webark committed Feb 26, 2018
1 parent d675d7d commit 5533674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/mixins/style-namespacing-extras.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Mixin from '@ember/object/mixin';

export default Mixin.create();
export default Mixin.create({});

0 comments on commit 5533674

Please # to comment.