video player panel: react to loop update

This commit is contained in:
rlx 2013-08-06 09:56:00 +00:00
parent 95a9a6274e
commit cbd2143714

View file

@ -92,6 +92,9 @@ Ox.VideoPanel = function(options, self) {
'in': function() {
setPoint('in', self.options['in']);
},
loop: function() {
self.$video.options({loop: self.options.loop});
},
out: function() {
setPoint('out', self.options.out);
},