debugging

This commit is contained in:
rlx 2011-08-19 17:16:45 +00:00
parent aea6f45fcc
commit 901929ec9c

View file

@ -245,6 +245,11 @@ pandora.ui.list = function() { // fixme: remove view argument
}) })
}) })
.addClass('OxTarget') .addClass('OxTarget')
.bind({
mousedown: function() {
Ox.print('MOUSEDOWN...')
}
})
.bindEvent({ .bindEvent({
// doubleclick opens item // doubleclick opens item
singleclick: function() { singleclick: function() {