1
0
mirror of https://github.com/videojs/video.js.git synced 2025-05-13 22:16:49 +02:00

Merge pull request #1395 from gkatsev/extern-remainingtime

extern remainingTime
This commit is contained in:
Steve Heffernan 2014-08-04 16:17:31 -07:00
commit 003c5ef38d

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