UNPKG

react-jw-player

Version:

A React component for launching JW Player instances on the client.

13 lines (11 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function onVideoLoad(event) { this.setState({ hasFired: {} }); this.props.onVideoLoad(event); } exports.default = onVideoLoad;