From e51040fef45babfefaeebafe577032d088a18554 Mon Sep 17 00:00:00 2001 From: Johan Nordberg Date: Mon, 27 Mar 2017 11:21:05 +0200 Subject: [PATCH] Typofix `mobileAudioEnable` should be `mobileAutoEnable` --- types/howler/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/howler/index.d.ts b/types/howler/index.d.ts index df3f6a363b..0966f4a472 100644 --- a/types/howler/index.d.ts +++ b/types/howler/index.d.ts @@ -11,7 +11,7 @@ interface HowlerGlobal { unload(): void; usingWebAudio: boolean; noAudio: boolean; - mobileAudioEnable: boolean; + mobileAutoEnable: boolean; autoSuspend: boolean; ctx: AudioContext; masterGain: GainNode;