From 8191c9e42ebe1ab8efb8b3e5a6387cbd3f1fd433 Mon Sep 17 00:00:00 2001 From: eight Date: Sat, 1 Feb 2020 08:44:39 +0800 Subject: [PATCH] Fix: remove unused fixme --- js/router.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/router.js b/js/router.js index 38d74246..dadd3acd 100644 --- a/js/router.js +++ b/js/router.js @@ -3,7 +3,6 @@ 'use strict'; const router = (() => { - // FIXME: this only works with one history const buffer = []; const watchers = []; document.addEventListener('DOMContentLoaded', () => update());