We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b291e8 commit 6c7b73bCopy full SHA for 6c7b73b
1 file changed
v3/src/sound/webaudio/WebAudioSoundManager.js
@@ -6,16 +6,6 @@ var SoundValueEvent = require('../SoundValueEvent');
6
var WebAudioSoundManager = new Class({
7
Extends: BaseSoundManager,
8
initialize: function WebAudioSoundManager(game) {
9
- /**
10
- * Flag indicating if Web Audio implementation is webkit or standards based.
11
- * There are certain cases where they have to be handled differently.
12
- *
13
- * https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Porting_webkitAudioContext_code_to_standards_based_AudioContext
14
15
- * @private
16
- * @property {boolean} webkit
17
- */
18
- this.webkit = !!window['webkitAudioContext'] && !window['AudioContext'];
19
/**
20
* The AudioContext being used for playback.
21
*
0 commit comments