CyTube/player/gdrive-player.coffee

7 lines
219 B
CoffeeScript
Raw Normal View History

2016-08-16 04:00:56 +00:00
window.GoogleDrivePlayer = class GoogleDrivePlayer extends VideoJSPlayer
constructor: (data) ->
if not (this instanceof GoogleDrivePlayer)
return new GoogleDrivePlayer(data)
super(data)