mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
6 lines
219 B
CoffeeScript
6 lines
219 B
CoffeeScript
window.GoogleDrivePlayer = class GoogleDrivePlayer extends VideoJSPlayer
|
|
constructor: (data) ->
|
|
if not (this instanceof GoogleDrivePlayer)
|
|
return new GoogleDrivePlayer(data)
|
|
|
|
super(data)
|