* Dialog callback method * @param callback * @returns {Dialog}
(callback: Function)
| 117 | * @returns {Dialog} |
| 118 | */ |
| 119 | then(callback: Function) { |
| 120 | this._resolve = callback |
| 121 | return this |
| 122 | } |
| 123 | } |
| 124 | export default BaseDialog |
no outgoing calls
no test coverage detected