Skip to content

Commit c715a8a

Browse files
Pasing reference to sound manager when emitting stopall event
1 parent 6cb3502 commit c715a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sound/BaseSoundManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ var BaseSoundManager = new Class({
245245
this.forEachActiveSound(function (sound) {
246246
sound.stop();
247247
});
248-
this.emit('stopall');
248+
this.emit('stopall', this);
249249
},
250250
/**
251251
* Method used internally for pausing sound manager if

0 commit comments

Comments
 (0)