video player panel: react to loop update
This commit is contained in:
parent
95a9a6274e
commit
cbd2143714
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ Ox.VideoPanel = function(options, self) {
|
||||||
'in': function() {
|
'in': function() {
|
||||||
setPoint('in', self.options['in']);
|
setPoint('in', self.options['in']);
|
||||||
},
|
},
|
||||||
|
loop: function() {
|
||||||
|
self.$video.options({loop: self.options.loop});
|
||||||
|
},
|
||||||
out: function() {
|
out: function() {
|
||||||
setPoint('out', self.options.out);
|
setPoint('out', self.options.out);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue