Fixed events are not fired in YouTube embed player
This commit is contained in:
parent
c504ecffe6
commit
e97b616811
@ -915,7 +915,7 @@
|
|||||||
modestbranding: 1
|
modestbranding: 1
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
onReady: function(event) {
|
'onReady': function(event) {
|
||||||
// Get the instance
|
// Get the instance
|
||||||
var instance = event.target;
|
var instance = event.target;
|
||||||
|
|
||||||
@ -960,7 +960,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onStateChange: function(event) {
|
'onStateChange': function(event) {
|
||||||
// Get the instance
|
// Get the instance
|
||||||
var instance = event.target;
|
var instance = event.target;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user