debugging

This commit is contained in:
rlx 2011-08-19 17:16:45 +00:00
parent aea6f45fcc
commit 901929ec9c
1 changed files with 5 additions and 0 deletions

View File

@ -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() {