diff --git a/dist/index.js b/dist/index.js index 0862782..e2d6e69 100644 --- a/dist/index.js +++ b/dist/index.js @@ -22,7 +22,7 @@ module.exports = React.createClass({ }, render: function render() { - var props = blacklist(this.props, 'children', 'className', 'src', 'type', 'onPlay'); + var props = blacklist(this.props, 'children', 'className', 'type', 'onPlay'); props.className = cx(this.props.className, 'videojs', 'video-js vjs-default-skin'); assign(props, { @@ -40,4 +40,4 @@ module.exports = React.createClass({ ) ); } -}); \ No newline at end of file +}); diff --git a/src/index.js b/src/index.js index a51504b..37f56da 100644 --- a/src/index.js +++ b/src/index.js @@ -20,7 +20,7 @@ module.exports = React.createClass({ }, render() { - var props = blacklist(this.props, 'children', 'className', 'src', 'type', 'onPlay'); + var props = blacklist(this.props, 'children', 'className', 'type', 'onPlay'); props.className = cx(this.props.className, 'videojs', 'video-js vjs-default-skin'); assign(props, {