remove print statement
This commit is contained in:
parent
ead18f3e0e
commit
687158c3fa
1 changed files with 0 additions and 1 deletions
|
@ -471,7 +471,6 @@ Ox.VideoEditPanel = function(options, self) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
self.options.selected = [id];
|
self.options.selected = [id];
|
||||||
Ox.print('????', self.$clipPanel.options('selected'))
|
|
||||||
self.$clipPanel.options({selected: self.options.selected});
|
self.$clipPanel.options({selected: self.options.selected});
|
||||||
that.triggerEvent('select', {id: self.options.selected});
|
that.triggerEvent('select', {id: self.options.selected});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue