(data)
| 280 | } |
| 281 | |
| 282 | function syncHandlerDone(data) { |
| 283 | const container = containers.get(data.syncHandlerId); |
| 284 | container.syncDone(data); |
| 285 | } |
| 286 | |
| 287 | function encryptedFormContainer({selector, formHtml, signature}) { |
| 288 | const container = new EncryptedFormContainer(selector, formHtml, signature); |