Use event handling of OpenLayers.Event, not the native one.

Also includes some of the fixes suggested by @bartvde.
This commit is contained in:
ahocevar
2012-01-20 14:17:56 +01:00
parent 05de2b5109
commit e70569b2bb
4 changed files with 55 additions and 96 deletions
+4
View File
@@ -30,6 +30,10 @@
var ev = {
'object': {},
'extensionCount': {
'listenerA': 0,
'listenerB': 0
},
'listeners': {
'listenerA': {
'push': function(options){