debugging
This commit is contained in:
parent
e323abd366
commit
b7314110a6
1 changed files with 5 additions and 0 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue