Skip to content

Commit 5cc77b1

Browse files
committed
Apply review feedback
1 parent 593b5d3 commit 5cc77b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/instance-initializers/head.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export function initialize(owner) {
66
// clear fast booted head (if any)
77
let startMeta = document.querySelector('meta[name="ember-cli-head-start"]')
88
let endMeta = document.querySelector('meta[name="ember-cli-head-end"]')
9-
if (startMeta && startMeta) {
9+
if (startMeta && endMeta) {
1010
let el = startMeta.nextSibling
1111
while(el && el !== endMeta) {
1212
document.head.removeChild(el);

0 commit comments

Comments
 (0)