video-react
Advanced tools
Comparing version 0.10.8 to 0.10.9
@@ -0,1 +1,6 @@ | ||
<a name="0.10.9"></a> | ||
## [0.10.9](https://github.com/video-react/video-react/compare/0.10.8...0.10.9) (2018-05-23) | ||
Hotfix for 0.10.8 | ||
<a name="0.10.8"></a> | ||
@@ -2,0 +7,0 @@ ## [0.10.8](https://github.com/video-react/video-react/compare/0.10.7...0.10.8) (2018-05-23) |
@@ -50,7 +50,5 @@ 'use strict'; | ||
function bindActionCreator(actionCreator) { | ||
var _arguments = arguments; | ||
return function () { | ||
return function bindAction() { | ||
// eslint-disable-next-line prefer-rest-params | ||
var action = actionCreator.apply(manager, _arguments); | ||
var action = actionCreator.apply(manager, arguments); | ||
if (typeof action !== 'undefined') { | ||
@@ -57,0 +55,0 @@ dispatch(action); |
{ | ||
"name": "video-react", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"description": "Video-React is a web video player built from the ground up for an HTML5 world using React library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
2172604
24585