From 03fc23b2fe8ec80ca182aff69e897b4213fad011 Mon Sep 17 00:00:00 2001 From: raghavan Date: Wed, 17 Jan 2024 19:39:14 +0530 Subject: [PATCH] fix formatting --- plugins/stashUserscriptLibrary/stashUserscriptLibrary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stashUserscriptLibrary/stashUserscriptLibrary.js b/plugins/stashUserscriptLibrary/stashUserscriptLibrary.js index ecaeeb5..49f91ee 100644 --- a/plugins/stashUserscriptLibrary/stashUserscriptLibrary.js +++ b/plugins/stashUserscriptLibrary/stashUserscriptLibrary.js @@ -417,7 +417,7 @@ class Stash extends EventTarget { subtree: true, }) -const stash = this + const stash = this if (disconnectOnPageChange) { function disconnect() { observer.disconnect() @@ -441,7 +441,7 @@ const stash = this subtree: true, }) -const stash = this + const stash = this if (disconnectOnPageChange) { function disconnect() { observer.disconnect()