typos and dict update
This commit is contained in:
parent
f8bd8e2eec
commit
a720556ac9
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -28,6 +28,7 @@
|
|||||||
"letterboxed",
|
"letterboxed",
|
||||||
"manjaro",
|
"manjaro",
|
||||||
"minification",
|
"minification",
|
||||||
|
"mitigations",
|
||||||
"nogrow",
|
"nogrow",
|
||||||
"noshrink",
|
"noshrink",
|
||||||
"outro",
|
"outro",
|
||||||
|
@ -188,7 +188,7 @@ class PlayerData {
|
|||||||
try {
|
try {
|
||||||
this.doPeriodicPlayerElementChangeCheck();
|
this.doPeriodicPlayerElementChangeCheck();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldnt see', e);
|
console.error('[PlayerData::legacycd] this message is pretty high on the list of messages you shouldn\'t see', e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user