UNPKG

wigjs

Version:

Minimalistic, scalable, extensible, dependency-less Front-end factory for HTML5 applications

8 lines (7 loc) 184 B
(function () { 'use strict'; window.onload = function () { var domRoot = document.getElementById('video-player'); VideoPlayer.initialize(domRoot); }; }());