Skip to content

Commit

Permalink
fix danmaku.show
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 16, 2017
1 parent b8fde8d commit 5f1ff79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/DPlayer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/DPlayer.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/danmaku.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ class Danmaku {

show () {
this.showing = true;
this.seek();
this.play();
}
}
Expand Down

0 comments on commit 5f1ff79

Please sign in to comment.