From 8a1d38eca896a8b0c2a5d193495ae2aa1fb56c87 Mon Sep 17 00:00:00 2001 From: eight Date: Wed, 13 Feb 2019 10:33:49 +0800 Subject: [PATCH] Add a fixme --- content/apply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/apply.js b/content/apply.js index 6793eb09..4d5b5f5f 100644 --- a/content/apply.js +++ b/content/apply.js @@ -440,6 +440,7 @@ const APPLY = (() => { function stop() { if (!observing) return; + // FIXME: do we need this? observer.takeRecords(); observer.disconnect(); observing = false;