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

Function cmpCoords

samples/common/codehighlight/codemirror.js:3177–3177  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

3175 }
3176
3177 function cmpCoords(a, b) { return a.top - b.top || a.left - b.left }
3178
3179 // Draws the given range as a highlighted selection
3180 function drawSelectionRange(cm, range, output) {

Callers 1

drawForLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected