rm useless code
This commit is contained in:
parent
7f1f66e5ae
commit
d9c76363e2
|
|
@ -88,9 +88,6 @@ class DPlayer {
|
|||
if (this.options.autoplay) {
|
||||
this.play();
|
||||
}
|
||||
else if (utils.isMobile) {
|
||||
this.pause();
|
||||
}
|
||||
}, 0);
|
||||
},
|
||||
error: (msg) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue