Comparing version 0.2.3 to 0.2.4
@@ -185,6 +185,6 @@ 'use strict'; | ||
this.volumeBtn.classList.remove('ep-volume-off'); | ||
this.volumeBtn.classList.add('ep-volume-down'); | ||
this.volumeBtn.classList.add('ep-volume-up'); | ||
} else { | ||
this.video.muted = true; | ||
this.volumeBtn.classList.remove('ep-volume-down'); | ||
this.volumeBtn.classList.remove('ep-volume-up'); | ||
this.volumeBtn.classList.add('ep-volume-off'); | ||
@@ -191,0 +191,0 @@ } |
{ | ||
"name": "eplayer", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A simple html5 video player", | ||
@@ -5,0 +5,0 @@ "main": "./lib/eplayer.js", |
@@ -10,2 +10,6 @@ <p align="center"><img src="http://wx2.sinaimg.cn/mw690/0060lm7Tly1fva3l3izvtj30dw0dwjs1.jpg" alt="eplayer logo" width="150px"></p> | ||
### Demo | ||
[clicli](http://localhost:3000/p/82) | ||
### Install | ||
@@ -12,0 +16,0 @@ |
@@ -106,6 +106,6 @@ import { Init } from './init' | ||
this.volumeBtn.classList.remove('ep-volume-off') | ||
this.volumeBtn.classList.add('ep-volume-down') | ||
this.volumeBtn.classList.add('ep-volume-up') | ||
} else { | ||
this.video.muted = true | ||
this.volumeBtn.classList.remove('ep-volume-down') | ||
this.volumeBtn.classList.remove('ep-volume-up') | ||
this.volumeBtn.classList.add('ep-volume-off') | ||
@@ -112,0 +112,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33402
59