()
| 17 | |
| 18 | export default class AttachmentFrame extends ExtractFrame { |
| 19 | constructor() { |
| 20 | super(); |
| 21 | this.dDialog = null; |
| 22 | this.dPopup = false; |
| 23 | this.ctrlName = `aFrameGmail-${this.id}`; |
| 24 | } |
| 25 | |
| 26 | init(containerElem) { |
| 27 | this.pgpRange = containerElem; |
nothing calls this directly
no outgoing calls
no test coverage detected