fix fullscreen

This commit is contained in:
j 2013-02-20 10:46:24 +00:00
parent 364771b8bf
commit b63a671c2c

View file

@ -119,6 +119,9 @@ pandora.ui.embedPanel = function() {
$timeline.options({
subtitles: data.subtitles ? video.subtitles : []
});
},
fullscreen: function(data) {
Ox.Fullscreen.toggle();
}
});
@ -301,4 +304,4 @@ pandora.ui.embedPanel = function() {
return that;
};
};