1
0
Fork 0
forked from 0x2620/oxjs

allow for updating small video timeline url

This commit is contained in:
rlx 2013-07-13 21:03:05 +00:00
commit 861dabfb43
2 changed files with 6 additions and 0 deletions

View file

@ -37,6 +37,9 @@ Ox.SmallVideoTimeline = function(options, self) {
duration: function() {
self.$image.options({duration: self.options.duration});
},
imageURL: function() {
self.$image.options({imageURL: self.options.imageURL});
},
'in': function() {
self.$image.options({'in': self.options['in']});
self.options.mode == 'editor' && setPointMarker('in');