UNPKG

wigjs

Version:

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

9 lines (8 loc) 183 B
(function () { 'use strict'; VideoPlayer.base.Paragraph = wig.View.extend({ tagName: 'p', className: 'Paragraph', template: '{{ text }}' }); }());