Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js20208 function mouseHandler(localEventName) { argument
20209 return handlers[localEventName];
20212 function isIgnored(localEventName, event) { argument
20214 var filter = ignoredFilters[localEventName] || isPrimaryButton;
20255 var localEventName = bindings[eventName];
20257 if (!localEventName) {
20261 return fire(localEventName, event, targetElement);