1
0
Fork 0
forked from 0x2620/oxjs

use getPasteIndex; add sort mapping to columns; include annotation property

This commit is contained in:
rolux 2014-02-12 13:59:00 +00:00
commit 50f4bb145d
2 changed files with 27 additions and 1 deletions

View file

@ -638,6 +638,10 @@ Ox.VideoEditPanel = function(options, self) {
});
}
that.getPasteIndex = function() {
return self.$clipPanel.getPasteIndex();
};
that.getSelectedClips = function() {
return self.options.selected.length ? self.options.selected.map(function(id) {
var clip = getClipById(id);