1
0
Fork 0
forked from 0x2620/oxjs

clean up video panels

This commit is contained in:
rlx 2013-07-14 13:42:09 +00:00
commit 7dc86d3ca2
4 changed files with 8 additions and 28 deletions

View file

@ -274,26 +274,6 @@ Ox.ClipPanel = function(options, self) {
return self.options.editable && self.options.sort[0].key == 'index';
}
function moveClips(data) {
Ox.Request.clearCache();
pandora.api.sortClips({
edit: pandora.user.ui.edit,
ids: data.ids
})
}
function openClips(data) {
}
function pasteClips() {
}
function removeClips() {
}
function updateSortElement() {
}