typo in api

This commit is contained in:
Zack Rauen 2020-03-19 15:14:51 -04:00
parent b4a65c9918
commit 0bf0293dc8
2 changed files with 2 additions and 2 deletions

View File

@ -2051,7 +2051,7 @@ var BdApi = {
if (!realLocation) return this._windowConfigFile = null;
return this._windowConfigFile = realLocation;
},
get bdSettings() {return settings;},
get settings() {return settings;},
get emotes() {return bdEmotes;},
get screenWidth() { return Math.max(document.documentElement.clientWidth, window.innerWidth || 0); },
get screenHeight() { return Math.max(document.documentElement.clientHeight, window.innerHeight || 0); },

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long