fix a typo

This commit is contained in:
DIYgod 2018-01-07 03:30:29 +08:00
parent fa2f1241c3
commit 71ed391e2f
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dplayer",
"version": "1.17.3",
"version": "1.17.4",
"description": "Wow, such a lovely HTML5 danmaku video player",
"main": "dist/DPlayer.min.js",
"style": "dist/DPlayer.min.css",

View File

@ -1,6 +1,6 @@
import utils from './utils';
class SettingBox {
class Setting {
constructor (player) {
this.player = player;
@ -130,4 +130,4 @@ class SettingBox {
}
}
module.exports = SettingBox;
module.exports = Setting;