File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"css-reset" : " git+https://github.com/60frames/css-reset.git" ,
14
14
"lodash.throttle" : " ^3.0.4" ,
15
- "react" : " ^15.0 .0" ,
16
- "react-dom" : " ^15.0 .0"
15
+ "react" : " ^15.2 .0" ,
16
+ "react-dom" : " ^15.2 .0"
17
17
},
18
18
"devDependencies" : {
19
19
"babel-core" : " ^5.8.25" ,
Original file line number Diff line number Diff line change @@ -338,7 +338,9 @@ var Video = React.createClass({
338
338
render ( ) {
339
339
// If controls prop is provided remove it
340
340
// and use our own controls.
341
- var { controls, ...otherProps } = this . props ;
341
+ // Leave `copyKeys` here even though not used
342
+ // as per issue #36.
343
+ var { controls, copyKeys, ...otherProps } = this . props ;
342
344
return (
343
345
< div className = { this . getVideoClassName ( ) }
344
346
tabIndex = "0"
You can’t perform that action at this time.
0 commit comments