removed obsulete code

This commit is contained in:
kaffem 2020-09-10 18:15:41 +02:00
parent 9bb9f50013
commit e1ca8a7fac

View file

@ -1,6 +1,5 @@
let __scripts = [];
let __afterLoadScripts = [];
let __afterPopstateScripts = [];
let __afterPathnameChangeScripts = [];
function registerScript(func, pattern = '.*') {