From b7314110a63b6827664661df62fca44849574e07 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Aug 2011 17:16:45 +0000 Subject: [PATCH] debugging --- static/js/pandora/ui/list.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/js/pandora/ui/list.js b/static/js/pandora/ui/list.js index 7974b3ae..ee2a03f9 100644 --- a/static/js/pandora/ui/list.js +++ b/static/js/pandora/ui/list.js @@ -245,6 +245,11 @@ pandora.ui.list = function() { // fixme: remove view argument }) }) .addClass('OxTarget') + .bind({ + mousedown: function() { + Ox.print('MOUSEDOWN...') + } + }) .bindEvent({ // doubleclick opens item singleclick: function() {