VideoPanel: Pass down correct value on fullscreen option update

This commit is contained in:
rlx 2012-11-01 12:36:00 +00:00
parent ed4dd70c8e
commit 5075e3de7e

View file

@ -83,7 +83,7 @@ Ox.VideoPanel = function(options, self) {
.options(options || {})
.update({
fullscreen: function() {
self.$video.options({fullscreen: self.options.value});
self.$video.options({fullscreen: self.options.fullscreen});
},
height: function() {
self.$video.options({height: getPlayerHeight()});