1
0
Fork 0
forked from 0x2620/oxjs

better event handling in Ox.Element

This commit is contained in:
rolux 2011-04-30 00:07:23 +02:00
commit 5f417fa152
4 changed files with 60 additions and 71 deletions

View file

@ -44,6 +44,7 @@ Ox.load('UI', {
})
.bindEvent({
geocode: function(event, data) {
Ox.print(event)
Ox.print(JSON.stringify(data))
}
})