From 10311a665cedd59c774af86eefde563f24ece4a4 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 13 Jul 2013 21:00:17 +0000 Subject: [PATCH] cosmetic changes --- static/js/pandora/folderList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 9d267dba..e06279aa 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -382,8 +382,8 @@ pandora.ui.folderList = function(id) { Ox.Requests.clearCache('find' + folderItems); }); }, - paste: function(data) { - pandora.$ui.list.triggerEvent('paste', data); + paste: function() { + pandora.$ui.list.triggerEvent('paste'); }, select: function(data) { var list = data.ids.length ? data.ids[0] : '';