Merge pull request #79 from oggy/fix-error

Fix variable name.
This commit is contained in:
Ilya Grigorik
2016-01-19 07:28:08 -08:00

View File

@@ -183,7 +183,7 @@ chrome.extension.sendMessage({}, function(response) {
iterations: 1,
delay: 0
});
player.onfinish = function(e) {
controllerAnimation.onfinish = function(e) {
controller.style.visibility = 'hidden';
}
}