Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ removeRunner
Function
removeRunner
test/angular/1.7/angular-animate.js:2926–2928 ·
view source on GitHub ↗
(element)
Source
from the content-addressed store, hash-verified
2924
}
2925
2926
function
removeRunner(element) {
2927
element.removeData(RUNNER_STORAGE_KEY);
2928
}
2929
2930
function
getRunner(element) {
2931
return
element.data(RUNNER_STORAGE_KEY);
Callers
1
close
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected