@faintlines/video-player
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -895,3 +895,6 @@ import classnames from 'classnames'; | ||
if (onError) { | ||
onError(evt); | ||
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { | ||
args[_key - 1] = arguments[_key]; | ||
} | ||
onError.apply(void 0, [evt].concat(args)); | ||
} | ||
@@ -898,0 +901,0 @@ if (autoRetry && !evt.defaultPrevented) { |
{ | ||
"name": "@faintlines/video-player", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "UNLICENSED", | ||
}, | ||
"gitHead": "77352a01e2e030da76fba6dccb0bad618b203c9e" | ||
"gitHead": "e76b5251483156b831d37ea65ab938b0a7687307" | ||
} |
Sorry, the diff of this file is not supported yet
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
98277
1052