typo
This commit is contained in:
parent
1ec946d118
commit
e12ea159e3
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue