better naming

This commit is contained in:
raghavan
2024-01-19 21:38:09 +05:30
parent 9a8124c06c
commit f60e0a5194

View File

@@ -115,7 +115,7 @@ class Stash extends EventTarget {
this.performers = {};
this.userscripts = [];
this._pageListeners = {};
this.assignPageListeners()
this._initDefaultPageListeners()
}
async getVersion() {
const reqData = {
@@ -572,7 +572,7 @@ class Stash extends EventTarget {
stopPageListener() {
clearInterval(this._pageURLCheckTimerId)
}
assignPageListeners() {
_initDefaultPageListeners() {
this._pageListeners = {
// scenes tab
"stash:page:scenes": {