Commit 7ac0ec9
Fix how vendored assets are imported
this.app is only available for addons who are a direct dependency of the
consuming app.
In the case where the addon is a dependency of another addon, this.app
is not defined.
However, the included function is passed a "parent" which is either the
consuming app or the parent addon.
Seeing as we use ember-colpick as a dependency of an addon which is
itself a dependency of the app, we need this.app fails and we need to
use app instead.1 parent aa3df05 commit 7ac0ec9
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
0 commit comments