UNPKG

react-jw-player

Version:

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

14 lines (12 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function onMute(event) { if (event.mute) { this.props.onMute(event); } else { this.props.onUnmute(event); } } exports.default = onMute;