|
|
|
|
285
|
window.onPlayerReady = function(event) {
|
285
|
window.onPlayerReady = function(event) {
|
286
|
window.svm_win ? window.svm_win.svm({that:this,self,args:arguments,fn_name:"onPlayerReady"}) : 0
|
286
|
window.svm_win ? window.svm_win.svm({that:this,self,args:arguments,fn_name:"onPlayerReady"}) : 0
|
287
|
const player = event.target;
|
287
|
const player = event.target;
|
288
|
- window.glob_dbg.ytp_arr.push(player)
|
|
|
289
|
- window.glob_dbg.opr_arr.push(player)
|
|
|
|
|
288
|
+ // window.glob_dbg.ytp_arr.push(player)
|
|
|
289
|
+ // window.glob_dbg.opr_arr.push(player)
|
290
|
window.glob_dbg.ytp = player
|
290
|
window.glob_dbg.ytp = player
|
291
|
window.glob_dbg.ytp_pr = player
|
291
|
window.glob_dbg.ytp_pr = player
|
292
|
window.glob_dbg.slf = self
|
292
|
window.glob_dbg.slf = self
|