Update template.js

This commit is contained in:
A-Circle Zhang 2018-08-15 09:29:27 +08:00 committed by GitHub
parent 001b61da6e
commit 523d5f2699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class Template {
this.volumeBarWrap = this.container.querySelector('.dplayer-volume-bar');
this.volumeBarWrapWrap = this.container.querySelector('.dplayer-volume-bar-wrap');
this.volumeButton = this.container.querySelector('.dplayer-volume');
this.volumeButtonIcon = this.container.querySelector('.dplayer-volume-icon');
this.volumeIcon = this.container.querySelector('.dplayer-volume-icon .dplayer-icon-content');
this.playedBar = this.container.querySelector('.dplayer-played');
this.loadedBar = this.container.querySelector('.dplayer-loaded');