Use event handling of OpenLayers.Event, not the native one.
Also includes some of the fixes suggested by @bartvde.
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
|
||||
var ev = {
|
||||
'object': {},
|
||||
'extensionCount': {
|
||||
'listenerA': 0,
|
||||
'listenerB': 0
|
||||
},
|
||||
'listeners': {
|
||||
'listenerA': {
|
||||
'push': function(options){
|
||||
|
||||
Reference in New Issue
Block a user