1
0
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:
Gary Katsevman 2014-08-04 14:56:25 -04:00 committed by Steve Heffernan
parent 7dc919c89e
commit f32ec15344

View File

@ -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(){};