()
| 19 | |
| 20 | export default class VerifyFrame extends ExtractFrame { |
| 21 | constructor() { |
| 22 | super(); |
| 23 | this.pgpSigRange = null; |
| 24 | this.vDialog = null; |
| 25 | // verify popup active |
| 26 | this.vPopup = false; |
| 27 | this.ctrlName = `vFrame-${this.id}`; |
| 28 | } |
| 29 | |
| 30 | init(pgpRange) { |
| 31 | super.init(pgpRange); |
nothing calls this directly
no outgoing calls
no test coverage detected