MCPcopy Index your code
hub / github.com/csev/py4e / addStop

Function addStop

tools/pythonauto/static/codemirror/codemirror.js:5465–5468  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

5463 function stopMethod() {e_stop(this);}
5464 // Ensure an event has a stop method.
5465 function addStop(event) {
5466 if (!event.stop) event.stop = stopMethod;
5467 return event;
5468 }
5469
5470 function e_preventDefault(e) {
5471 if (e.preventDefault) e.preventDefault();

Callers 5

drag_Function · 0.70
onDropFunction · 0.70
onKeyUpFunction · 0.70
onKeyDownFunction · 0.70
onKeyPressFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected