MCPcopy
hub / github.com/bendc/sprint / getEventFromNamespace

Function getEventFromNamespace

sprint.js:136–138  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

134 }
135
136 var getEventFromNamespace = function(event) {
137 return splitNamespaces(event)[0]
138 }
139
140 var getEvents = function(domElement) {
141 return domElement.sprintEventListeners

Callers 3

isHandlerSharedFunction · 0.85
removeListenerFunction · 0.85
sprint.jsFile · 0.85

Calls 1

splitNamespacesFunction · 0.85

Tested by

no test coverage detected