mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-09 11:40:07 +00:00
Typofix
`mobileAudioEnable` should be `mobileAutoEnable`
This commit is contained in:
2
types/howler/index.d.ts
vendored
2
types/howler/index.d.ts
vendored
@@ -11,7 +11,7 @@ interface HowlerGlobal {
|
||||
unload(): void;
|
||||
usingWebAudio: boolean;
|
||||
noAudio: boolean;
|
||||
mobileAudioEnable: boolean;
|
||||
mobileAutoEnable: boolean;
|
||||
autoSuspend: boolean;
|
||||
ctx: AudioContext;
|
||||
masterGain: GainNode;
|
||||
|
||||
Reference in New Issue
Block a user