Searched refs:handlerFn (Results 1 – 1 of 1) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 26560 CommandInterceptor.prototype.on = function(events, hook, priority, handlerFn, unwrap, that) { argument 26564 unwrap = handlerFn; 26565 handlerFn = priority; 26572 unwrap = handlerFn; 26573 handlerFn = priority; 26582 if (!isFunction(handlerFn)) { 26597 eventBus.on(fullEvent, priority, unwrap ? unwrapEvent(handlerFn, that) : handlerFn, that); 26634 CommandInterceptor.prototype[hook] = function(events, priority, handlerFn, unwrap, that) { 26638 unwrap = handlerFn; 26639 handlerFn = priority; [all …]
|