rm useless code

This commit is contained in:
DIYgod 2018-02-03 20:04:52 +08:00
parent 7f1f66e5ae
commit d9c76363e2
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 0 additions and 3 deletions

View File

@ -88,9 +88,6 @@ class DPlayer {
if (this.options.autoplay) {
this.play();
}
else if (utils.isMobile) {
this.pause();
}
}, 0);
},
error: (msg) => {