debugging

This commit is contained in:
rolux 2011-08-19 17:16:45 +00:00
parent e323abd366
commit b7314110a6

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