File: /home/httpd/html/porn.tw/public_html/includes/videojs/videojs.seek.js
/*! videojs-seek - v0.1.2 - 2014-08-14
* Copyright (c) 2014 Adam Ervans; Licensed MIT */
(function(){videojs.plugin("seek",function(a){var b,c,d,e;return null==a&&(a={}),b=function(a){var b;return b=RegExp("[?&]"+a+"=([^&]*)").exec(window.location.search),b&&decodeURIComponent(b[1].replace(/\+/g," "))},c=a.seek_param||JSON.parse(null!=(e=this.options()["data-setup"])?e:"{}").seek_param||"t",d=parseInt(b(c)),d?this.ready(function(){return this.one("playing",function(){return this.currentTime(d)})}):void 0})}).call(this);