MCPcopy Create free account
hub / github.com/angular-app/angular-app / clickClose

Function clickClose

client/src/common/directives/modal.js:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 if (evt.which === 27) { setClosed(); }
42 }
43 function clickClose() {
44 setClosed();
45 }
46
47 function close() {
48 if (opts.escape) { body.unbind('keyup', escapeClose); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected