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')
|
.addClass('OxTarget')
|
||||||
|
.bind({
|
||||||
|
mousedown: function() {
|
||||||
|
Ox.print('MOUSEDOWN...')
|
||||||
|
}
|
||||||
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
// doubleclick opens item
|
// doubleclick opens item
|
||||||
singleclick: function() {
|
singleclick: function() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue