Skip to content

Commit 01e5274

Browse files
Removed completed webkit implementation compatibility TODO
1 parent 0645145 commit 01e5274

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

v3/src/sound/webaudio/WebAudioSound.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ var BaseSound = require('../BaseSound');
33
var SoundEvent = require('../SoundEvent');
44
var SoundValueEvent = require('../SoundValueEvent');
55
// Phaser.Sound.WebAudioSound
6-
// TODO support webkitAudioContext implementation differences
7-
// https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Porting_webkitAudioContext_code_to_standards_based_AudioContext
86
var WebAudioSound = new Class({
97
Extends: BaseSound,
108
initialize: function WebAudioSound(manager, key, config) {

0 commit comments

Comments
 (0)