Skip to content

Commit

Permalink
Merge pull request goldfire#675 from LIU9293/master
Browse files Browse the repository at this point in the history
Update howler.core.js
  • Loading branch information
goldfire authored Dec 24, 2016
2 parents 8c80aea + 8dd2eae commit 96e8a96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/howler.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,6 @@
// Stop the sound if it is currently playing.
if (!sounds[i]._paused) {
self.stop(sounds[i]._id);
self._emit('end', sounds[i]._id);
}

// Remove the source or disconnect.
Expand Down

0 comments on commit 96e8a96

Please sign in to comment.