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

Function setDirectionClass

samples/common/codehighlight/codemirror.js:4793–4795  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

4791 }
4792
4793 function setDirectionClass(cm) {
4794 (cm.doc.direction == "rtl" ? addClass : rmClass)(cm.display.lineDiv, "CodeMirror-rtl");
4795 }
4796
4797 function directionChanged(cm) {
4798 runInOp(cm, function () {

Callers 2

attachDocFunction · 0.85
directionChangedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected