MCPcopy Create free account
hub / github.com/SnapDrop/snapdrop /

Class

client/scripts/ui.js:209–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209class Dialog {
210 constructor(id) {
211 this.$el = $(id);
212 this.$el.querySelectorAll('[close]').forEach(el => el.addEventListener('click', e => this.hide()))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected