blob: 3527a8b223bf76d45152878c8ef9c121c0281d2f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// ==========================================================================
// Docs example
// ==========================================================================
/*global simpleMedia, templates */
// Setup the player
simpleMedia.setup({
debug: true,
title: "Video demo",
html: templates.controls.render({})
});
|