(currentTarget)
| 194 | } |
| 195 | |
| 196 | function W3CDOM_Event(currentTarget) { |
| 197 | this.currentTarget = currentTarget; |
| 198 | this.preventDefault = function() { window.event.returnValue = false } |
| 199 | return this; |
| 200 | } |
| 201 | |
| 202 | |
| 203 | // MISC CLEANING-AFTER-MICROSOFT STUFF |
nothing calls this directly
no outgoing calls
no test coverage detected