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