From e1ca8a7fac471022d0a3577957f32a6c017b15a4 Mon Sep 17 00:00:00 2001 From: kaffem <29717789+kaffem@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:15:41 +0200 Subject: [PATCH] removed obsulete code --- utils/aniwatchCore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/aniwatchCore.js b/utils/aniwatchCore.js index a4a3e08..ee22f8e 100644 --- a/utils/aniwatchCore.js +++ b/utils/aniwatchCore.js @@ -1,6 +1,5 @@ let __scripts = []; let __afterLoadScripts = []; -let __afterPopstateScripts = []; let __afterPathnameChangeScripts = []; function registerScript(func, pattern = '.*') {