mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 19:23:37 +08:00
REFACTOR: We can hardcode #ember-testing
here to avoid a global
This commit is contained in:
parent
a895e4a15b
commit
19d057d261
|
@ -13,7 +13,7 @@ componentTest("updates once after initialization", {
|
||||||
this.set("loadMore", () => this.set("loadedMore", true));
|
this.set("loadMore", () => this.set("loadedMore", true));
|
||||||
configureEyeline({
|
configureEyeline({
|
||||||
skipUpdate: false,
|
skipUpdate: false,
|
||||||
rootElement: Discourse.rootElement
|
rootElement: "#ember-testing"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user