Fix: remove unused fixme

This commit is contained in:
eight 2020-02-01 08:44:39 +08:00
parent 9b5b39ea3e
commit 8191c9e42e

View File

@ -3,7 +3,6 @@
'use strict';
const router = (() => {
// FIXME: this only works with one history
const buffer = [];
const watchers = [];
document.addEventListener('DOMContentLoaded', () => update());