From 4174a8a2c7e3894d550f06de62e461e7c73822c4 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 29 Sep 2011 23:16:08 +0000 Subject: [PATCH] typo --- static/js/pandora/ui/sortSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/ui/sortSelect.js b/static/js/pandora/ui/sortSelect.js index 37b193b1..bd1045fa 100644 --- a/static/js/pandora/ui/sortSelect.js +++ b/static/js/pandora/ui/sortSelect.js @@ -36,7 +36,7 @@ pandora.ui.sortSelect = function() { pandora_listsort: function(data) { that.selectItem(data.value[0].key); }, - pandora_itemsort: function(value) { + pandora_itemsort: function(data) { that.selectItem(data.value[0].key); } });