Fixed events are not fired in YouTube embed player

This commit is contained in:
Calvin Tam 2015-08-05 19:55:30 -07:00
parent c504ecffe6
commit e97b616811

View File

@ -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;