`mobileAudioEnable` should be `mobileAutoEnable`
This commit is contained in:
Johan Nordberg
2017-03-27 11:21:05 +02:00
committed by GitHub
parent bb7d6b2d08
commit e51040fef4

View File

@@ -11,7 +11,7 @@ interface HowlerGlobal {
unload(): void;
usingWebAudio: boolean;
noAudio: boolean;
mobileAudioEnable: boolean;
mobileAutoEnable: boolean;
autoSuspend: boolean;
ctx: AudioContext;
masterGain: GainNode;