MCPcopy Index your code
hub / github.com/DHTMLX/gantt / up

Function up

samples/common/codehighlight/codemirror.js:7228–7234  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

7226 addClass(lineDiv, "CodeMirror-crosshair");
7227
7228 function up(e) {
7229 if (e.keyCode == 18 || !e.altKey) {
7230 rmClass(lineDiv, "CodeMirror-crosshair");
7231 off(document, "keyup", up);
7232 off(document, "mouseover", up);
7233 }
7234 }
7235 on(document, "keyup", up);
7236 on(document, "mouseover", up);
7237 }

Callers

nothing calls this directly

Calls 2

rmClassFunction · 0.85
offFunction · 0.85

Tested by

no test coverage detected