UNPKG

@ryanwalters/react-jw-player

Version:

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

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