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

Function done

tools/pythonauto/static/codemirror/codemirror.js:1850–1856  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

1848 }
1849
1850 function done(e) {
1851 counter = Infinity;
1852 e_preventDefault(e);
1853 focusInput(cm);
1854 off(document, "mousemove", move);
1855 off(document, "mouseup", up);
1856 }
1857
1858 var move = operation(cm, function(e) {
1859 if ((ie && !ie_lt10) ? !e.buttons : !e_button(e)) done(e);

Callers 1

onMouseDownFunction · 0.70

Calls 3

e_preventDefaultFunction · 0.70
focusInputFunction · 0.70
offFunction · 0.70

Tested by

no test coverage detected