Home
last modified time | relevance | path

Searched refs:remoteInvokeCallbacks (Results 1 – 1 of 1) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js14145 EditorUi.prototype.remoteInvokeCallbacks = []; method in EditorUi
14163 var callback = this.remoteInvokeCallbacks[msgMarkers.callbackId];
14178 this.remoteInvokeCallbacks[msgMarkers.callbackId] = null; //set it to null only to keep the index
14212 msgMarkers.callbackId = this.remoteInvokeCallbacks.length;
14213 this.remoteInvokeCallbacks.push({callback: wrapper, error: errWrapper});