removed obsulete code
This commit is contained in:
parent
9bb9f50013
commit
e1ca8a7fac
|
@ -1,6 +1,5 @@
|
||||||
let __scripts = [];
|
let __scripts = [];
|
||||||
let __afterLoadScripts = [];
|
let __afterLoadScripts = [];
|
||||||
let __afterPopstateScripts = [];
|
|
||||||
let __afterPathnameChangeScripts = [];
|
let __afterPathnameChangeScripts = [];
|
||||||
|
|
||||||
function registerScript(func, pattern = '.*') {
|
function registerScript(func, pattern = '.*') {
|
||||||
|
|
Loading…
Reference in a new issue