Commit 57606322 authored by Jannik Lehmann's avatar Jannik Lehmann

Remove obsolete DOMContentLoadedEventListener

parent fd2538de
import Todos from './todos';
document.addEventListener('DOMContentLoaded', () => new Todos());
new Todos(); // eslint-disable-line no-new
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment