Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js24162 recognizeWith: function(otherRecognizer) { argument
24163 if (invokeArrayArg(otherRecognizer, 'recognizeWith', this)) {
24168 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24169 if (!simultaneous[otherRecognizer.id]) {
24170 simultaneous[otherRecognizer.id] = otherRecognizer;
24171 otherRecognizer.recognizeWith(this);
24181 dropRecognizeWith: function(otherRecognizer) { argument
24182 if (invokeArrayArg(otherRecognizer, 'dropRecognizeWith', this)) {
24186 otherRecognizer = getRecognizerByNameIfManager(otherRecognizer, this);
24187 delete this.simultaneous[otherRecognizer.id];
[all …]