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

Function endOperation

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

Source from the content-addressed store, hash-verified

3790
3791 // Finish an operation, updating the display and signalling delayed events
3792 function endOperation(cm) {
3793 var op = cm.curOp;
3794 if (op) { finishOperation(op, function (group) {
3795 for (var i = 0; i < group.ops.length; i++)
3796 { group.ops[i].cm.curOp = null; }
3797 endOperations(group);
3798 }); }
3799 }
3800
3801 // The DOM updates done when an operation finishes are batched so
3802 // that the minimum number of relayouts are required.

Callers 7

runInOpFunction · 0.85
operationFunction · 0.85
methodOpFunction · 0.85
docMethodOpFunction · 0.85
codemirror.jsFile · 0.85
CodeMirrorFunction · 0.85
addEditorMethodsFunction · 0.85

Calls 2

finishOperationFunction · 0.85
endOperationsFunction · 0.85

Tested by

no test coverage detected