Merge pull request #232 from geeeger/fixbug-doc

Docs: fix
This commit is contained in:
DIYgod 2018-03-20 11:14:27 +08:00 committed by GitHub
commit f3df204712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ const dp = new DPlayer({
+ `dp.pause()`: 暂停视频
+ `dp.seek(time: number)`: 跳转到特定事件
+ `dp.seek(time: number)`: 跳转到特定时间
```js
dp.seek(1000);