|
the code that worked with DynAPI2...
myListenerDrop2=new EventListener(myTarget2) myListenerDrop2.ondrop=function(e) { alert('hi') } myTarget2.addEventListener(myListenerDrop2)
This code does not work with DynAPI 2.5... Anybody have any ideas? Is this a bug?
Thanks. |
