typo in api
This commit is contained in:
parent
b4a65c9918
commit
0bf0293dc8
|
@ -2051,7 +2051,7 @@ var BdApi = {
|
||||||
if (!realLocation) return this._windowConfigFile = null;
|
if (!realLocation) return this._windowConfigFile = null;
|
||||||
return this._windowConfigFile = realLocation;
|
return this._windowConfigFile = realLocation;
|
||||||
},
|
},
|
||||||
get bdSettings() {return settings;},
|
get settings() {return settings;},
|
||||||
get emotes() {return bdEmotes;},
|
get emotes() {return bdEmotes;},
|
||||||
get screenWidth() { return Math.max(document.documentElement.clientWidth, window.innerWidth || 0); },
|
get screenWidth() { return Math.max(document.documentElement.clientWidth, window.innerWidth || 0); },
|
||||||
get screenHeight() { return Math.max(document.documentElement.clientHeight, window.innerHeight || 0); },
|
get screenHeight() { return Math.max(document.documentElement.clientHeight, window.innerHeight || 0); },
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue