Commit fa0b6ca
Fix emberApp's query selector (emberjs#730)
The applicationView's selector was hard coded to `body > .ember-view`,
this does not work for applications that are not using body as their
rootElement. We need to respect rootElement.1 parent 78ada41 commit fa0b6ca
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments