MCPcopy Create free account
hub / github.com/NVlabs/SPADE / W3CDOM_Event

Function W3CDOM_Event

docs/lib.js:196–200  ·  view source on GitHub ↗
(currentTarget)

Source from the content-addressed store, hash-verified

194}
195
196function 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected