Skip to content
Snippets Groups Projects
Commit 179e940b authored by Agate's avatar Agate :speech_balloon:
Browse files

Removed unused onpause

parent 8cc78652
No related branches found
No related tags found
No related merge requests found
......@@ -395,9 +395,6 @@ export default {
self.$store.commit('player/duration', this.duration())
},
onpause: function () {
self.$store.commit('player/playing', false)
},
onloaderror: function (sound, error) {
self.removeFromCache(this)
if (this != self.currentSound) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment