rm un-used var

This commit is contained in:
raghavan
2024-01-23 00:09:55 +05:30
parent 53f209943b
commit 1170e5c53b

View File

@@ -44,7 +44,6 @@ class Stash extends EventTarget {
this.log = new Logger(logging);
this._pageUrlCheckInterval = pageUrlCheckInterval;
this._detectReRenders = detectReRenders;
this.fireOnHashChangesToo = true;
this._lastPathStr = "";
this._lastQueryStr = "";
this._lastHref = "";