super-media-element
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "super-media-element", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Helps you create a custom element w/ a HTMLMediaElement API.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -352,3 +352,3 @@ /** | ||
// Only call loadSrc when the super class has a load method. | ||
if (attrName === 'src' && newValue && this.load !== SuperMedia.prototype.load) { | ||
if (attrName === 'src' && this.load !== SuperMedia.prototype.load) { | ||
this.#loadSrc(); | ||
@@ -355,0 +355,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
17628