UNPKG

react-jplayer

Version:

Html5 audio and video player library for React

15 lines (12 loc) 286 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _constants = require('../constants'); exports.default = function (context) { return { context: context, message: _constants.errors.URL_NOT_SET, hint: _constants.hints.URL_NOT_SET }; };