This commit is contained in:
j 2013-07-14 11:04:13 +00:00
parent 1ec946d118
commit e12ea159e3

View file

@ -227,7 +227,7 @@ pandora.ui.editPanel = function() {
clip.index = ids.indexOf(clip.id); clip.index = ids.indexOf(clip.id);
}); });
edit.clips = Ox.sortBy(edit.clips, 'index'); edit.clips = Ox.sortBy(edit.clips, 'index');
udpateVideos(); updateVideos();
} }
function updateClips(clips) { function updateClips(clips) {