mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Spelling
This commit is contained in:
parent
7ededf9bf5
commit
3feae65585
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ export function findLastIndex<T>(arr: T[], cb: (val: T) => boolean) {
|
|||
}
|
||||
|
||||
export function getWindowSize(): { width: number; height: number } {
|
||||
// Aparently this is crazy across browsers.
|
||||
// Apparently this is crazy across browsers.
|
||||
return {
|
||||
width: Math.max(
|
||||
document.body.scrollWidth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue