typos and dict update

This commit is contained in:
Tamius Han 2021-04-04 15:48:01 +02:00
parent f8bd8e2eec
commit a720556ac9
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@
"letterboxed", "letterboxed",
"manjaro", "manjaro",
"minification", "minification",
"mitigations",
"nogrow", "nogrow",
"noshrink", "noshrink",
"outro", "outro",

View File

@ -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);
} }
} }
} }