Browse Source

Update template.js

Karl Chen 7 years ago
parent
commit
1dd14c518b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/template.js

+ 0 - 2
src/template.js

@@ -53,7 +53,6 @@ class Template {
         this.commentSendButton = this.container.querySelector('.dplayer-send-icon');
         this.commentSendButton = this.container.querySelector('.dplayer-send-icon');
         this.commentSendFill = this.container.querySelector('.dplayer-send-icon .dplayer-fill');
         this.commentSendFill = this.container.querySelector('.dplayer-send-icon .dplayer-fill');
         this.commentColorSettingBox = this.container.querySelector('.dplayer-comment-setting-color');
         this.commentColorSettingBox = this.container.querySelector('.dplayer-comment-setting-color');
-        this.svgFill = this.container.querySelector('.dplayer-fill');
         this.browserFullButton = this.container.querySelector('.dplayer-full-icon');
         this.browserFullButton = this.container.querySelector('.dplayer-full-icon');
         this.webFullButton = this.container.querySelector('.dplayer-full-in-icon');
         this.webFullButton = this.container.querySelector('.dplayer-full-in-icon');
         this.menu = this.container.querySelector('.dplayer-menu');
         this.menu = this.container.querySelector('.dplayer-menu');
@@ -63,7 +62,6 @@ class Template {
         this.subtitleButtonInner = this.container.querySelector('.dplayer-subtitle-icon .dplayer-icon-content');
         this.subtitleButtonInner = this.container.querySelector('.dplayer-subtitle-icon .dplayer-icon-content');
         this.subtitle = this.container.querySelector('.dplayer-subtitle');
         this.subtitle = this.container.querySelector('.dplayer-subtitle');
         this.qualityButton = this.container.querySelector('.dplayer-quality-icon');
         this.qualityButton = this.container.querySelector('.dplayer-quality-icon');
-        this.videoWrap = this.parent = this.container.querySelector('.dplayer-video-wrap');
         this.barPreview = this.container.querySelector('.dplayer-bar-preview');
         this.barPreview = this.container.querySelector('.dplayer-bar-preview');
         this.barWrap = this.container.querySelector('.dplayer-bar-wrap');
         this.barWrap = this.container.querySelector('.dplayer-bar-wrap');
         this.notice = this.container.querySelector('.dplayer-notice');
         this.notice = this.container.querySelector('.dplayer-notice');