mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 04:47:29 +08:00
REFACTOR: We can hardcode #ember-testing
here to avoid a global
This commit is contained in:
@ -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"
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user