Fix variable name.

This commit is contained in:
George Ogata
2016-01-18 04:08:27 -05:00
parent 20fc3472eb
commit f1827ba630

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';
}
}