Make linter happy

This commit is contained in:
Henri Bergius 2017-11-30 21:50:19 +01:00
parent 95a3be09a5
commit 88cabb3eed

View file

@ -9,4 +9,4 @@ export default function injectCss(root) {
pointer-events: none;
}`));
root.appendChild(styles);
};
}