@akryum/mediaelement
Advanced tools
Comparing version 4.3.3 to 4.3.4
{ | ||
"name": "@akryum/mediaelement", | ||
"license": "MIT", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"main": "full.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -1806,11 +1806,11 @@ 'use strict'; | ||
play () { | ||
this.proxy.play(); | ||
return this.proxy.play(); | ||
} | ||
pause () { | ||
this.proxy.pause(); | ||
return this.proxy.pause(); | ||
} | ||
load () { | ||
this.proxy.load(); | ||
return this.proxy.load(); | ||
} | ||
@@ -1817,0 +1817,0 @@ |
@@ -72,7 +72,7 @@ 'use strict'; | ||
play () { | ||
this.media.play(); | ||
return this.media.play(); | ||
} | ||
pause () { | ||
this.media.pause(); | ||
return this.media.pause(); | ||
} | ||
@@ -79,0 +79,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
5051237