We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca61416 commit 8968044Copy full SHA for 8968044
1 file changed
src/sound/BaseSoundManager.js
@@ -119,9 +119,6 @@ var BaseSoundManager = new Class({
119
if (this.locked) {
120
this.unlock();
121
}
122
- else {
123
- this.emit('ready', this);
124
- }
125
},
126
/**
127
* Adds a new sound into the sound manager.
@@ -315,7 +312,6 @@ var BaseSoundManager = new Class({
315
312
this.unlocked = false;
316
313
this.locked = false;
317
314
this.emit('unlocked', this);
318
319
320
for (var i = this.sounds.length - 1; i >= 0; i--) {
321
if (this.sounds[i].pendingRemove) {
0 commit comments