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

Function finishOperation

samples/common/codehighlight/codemirror.js:2043–2052  ·  view source on GitHub ↗
(op, endCb)

Source from the content-addressed store, hash-verified

2041 }
2042
2043 function finishOperation(op, endCb) {
2044 var group = op.ownsGroup;
2045 if (!group) { return }
2046
2047 try { fireCallbacksForOps(group); }
2048 finally {
2049 operationGroup = null;
2050 endCb(group);
2051 }
2052 }
2053
2054 var orphanDelayedCallbacks = null;
2055

Callers 1

endOperationFunction · 0.85

Calls 1

fireCallbacksForOpsFunction · 0.85

Tested by

no test coverage detected