mirror of
https://github.com/videojs/video.js.git
synced 2025-05-13 22:16:49 +02:00
extern remainingTime
This commit is contained in:
parent
7dc919c89e
commit
f32ec15344
@ -25,6 +25,7 @@ videojs.Player.prototype.canPlayType = function(){};
|
||||
videojs.Player.prototype.readyState = function(){};
|
||||
videojs.Player.prototype.seeking = function(){};
|
||||
videojs.Player.prototype.currentTime = function(){};
|
||||
videojs.Player.prototype.remainingTime = function(){};
|
||||
videojs.Player.prototype.startTime = function(){};
|
||||
videojs.Player.prototype.duration = function(){};
|
||||
videojs.Player.prototype.paused = function(){};
|
||||
|
Loading…
x
Reference in New Issue
Block a user