Skip to content

Commit 96e8a96

Browse files
authored
Merge pull request #675 from LIU9293/master
Update howler.core.js
2 parents 8c80aea + 8dd2eae commit 96e8a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/howler.core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,6 @@
14681468
// Stop the sound if it is currently playing.
14691469
if (!sounds[i]._paused) {
14701470
self.stop(sounds[i]._id);
1471-
self._emit('end', sounds[i]._id);
14721471
}
14731472

14741473
// Remove the source or disconnect.

0 commit comments

Comments
 (0)