make statix usage explicit

This commit is contained in:
Jörg Breitbart
2018-11-18 17:50:29 +01:00
parent 203ee0f644
commit 9286ea3eaf
+1 -1
View File
@@ -21,7 +21,7 @@ export class SoundManager implements ISoundManager {
console.warn('Web Audio API is not supported by this browser. Consider upgrading to the latest version');
return null;
}
this._audioContext = new audioContextCtor();
SoundManager._audioContext = new audioContextCtor();
}
return SoundManager._audioContext;
}