fix embedded annotations leaving fullscreen fixes #1828

This commit is contained in:
j 2013-11-04 15:43:32 +00:00
parent a2d04e957c
commit 124363ab8d

View file

@ -160,6 +160,12 @@ pandora.ui.embedPlayer = function() {
}
});
Ox.Fullscreen.bind('change', function(state) {
$player.options({
fullscreen: state
});
});
$controls = Ox.Element();
if (options.showTimeline) {