Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-app/angular-app
/ escapeClose
Function
escapeClose
client/src/common/directives/modal.js:40–42 ·
view source on GitHub ↗
(evt)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
escapeClose(evt) {
41
if
(evt.which === 27) { setClosed(); }
42
}
43
function
clickClose() {
44
setClosed();
45
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected