From e12ea159e369ea32768effcf46d9322356bd72c6 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 14 Jul 2013 11:04:13 +0000 Subject: [PATCH] typo --- static/js/pandora/editPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/editPanel.js b/static/js/pandora/editPanel.js index 1ef19d4c..10b3d5b2 100644 --- a/static/js/pandora/editPanel.js +++ b/static/js/pandora/editPanel.js @@ -227,7 +227,7 @@ pandora.ui.editPanel = function() { clip.index = ids.indexOf(clip.id); }); edit.clips = Ox.sortBy(edit.clips, 'index'); - udpateVideos(); + updateVideos(); } function updateClips(clips) {