Searched refs:localEventName (Results 1 – 1 of 1) sorted by relevance
20208 function mouseHandler(localEventName) { argument20209 return handlers[localEventName];20212 function isIgnored(localEventName, event) { argument20214 var filter = ignoredFilters[localEventName] || isPrimaryButton;20255 var localEventName = bindings[eventName];20257 if (!localEventName) {20261 return fire(localEventName, event, targetElement);