mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
6 lines
186 B
CoffeeScript
6 lines
186 B
CoffeeScript
class VideoJSPlayer extends Player
|
|
constructor: (data) ->
|
|
|
|
load: (data) ->
|
|
video = $('<video/>')
|
|
.addClass('video-js vjs-default-skin embed-responsive-item')
|