1
0
Fork 0
forked from 0x2620/oxjs

new timeline implementation

This commit is contained in:
rolux 2011-05-15 18:18:58 +02:00
commit fd1fc212f2
8 changed files with 690 additions and 54 deletions

View file

@ -4,7 +4,6 @@ Ox.BlockTimeline = function(options, self) {
var self = self || {},
that = new Ox.Element({}, self)
.defaults({
cuts: [],
duration: 0,
find: '',
matches: [],
@ -113,7 +112,7 @@ Ox.BlockTimeline = function(options, self) {
.appendTo(self.$lines[i].$element);
}
if (self.options.points[0] != self.options.points[1]) {
addSelection[i];
addSelection(i);
}
}