MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / close

Function close

app/components/modal-dialog.js:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3export default Component.extend({
4 actions: {
5 close() {
6 // This sends an action to application route.
7 // eslint-disable-next-line ember/closure-actions
8 return this.onClose();
9 },
10 },
11});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected