From 523d5f269959dfb3a69ddba682f0aecf545e2525 Mon Sep 17 00:00:00 2001 From: A-Circle Zhang Date: Wed, 15 Aug 2018 09:29:27 +0800 Subject: [PATCH] Update template.js --- src/js/template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/template.js b/src/js/template.js index b64cfb3..46bc942 100644 --- a/src/js/template.js +++ b/src/js/template.js @@ -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');