fix danmaku index after seeked

This commit is contained in:
DIYgod 2016-05-20 00:29:07 +08:00
parent c6a7eaceec
commit 47fd7fd79c
No known key found for this signature in database
GPG Key ID: F8797DD1088C6506
3 changed files with 4 additions and 3 deletions

4
dist/DPlayer.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -332,6 +332,7 @@
this.danIndex = i;
return;
}
this.danIndex = this.dan.length;
}
});
}