Skip to content

Commit 8968044

Browse files
Removed ready event
1 parent ca61416 commit 8968044

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/sound/BaseSoundManager.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ var BaseSoundManager = new Class({
119119
if (this.locked) {
120120
this.unlock();
121121
}
122-
else {
123-
this.emit('ready', this);
124-
}
125122
},
126123
/**
127124
* Adds a new sound into the sound manager.
@@ -315,7 +312,6 @@ var BaseSoundManager = new Class({
315312
this.unlocked = false;
316313
this.locked = false;
317314
this.emit('unlocked', this);
318-
this.emit('ready', this);
319315
}
320316
for (var i = this.sounds.length - 1; i >= 0; i--) {
321317
if (this.sounds[i].pendingRemove) {

0 commit comments

Comments
 (0)