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

@ -26,6 +26,9 @@ Ox.SmallVideoTimelineImage = function(options, self) {
})
.options(options || {})
.update({
imageURL: function() {
self.$timeline.attr({src: self.options.imageURL});
},
'in': function() {
self.$selection.attr({
src: getImageURL('selection')