* Resolves attachTo options. * @returns {{}|{element, on}}
()
| 493 | * @returns {{}|{element, on}} |
| 494 | */ |
| 495 | _resolveAttachToOptions() { |
| 496 | this._resolvedAttachTo = parseAttachTo(this); |
| 497 | return this._resolvedAttachTo; |
| 498 | } |
| 499 | |
| 500 | /** |
| 501 | * A selector for resolved attachTo options. |
no test coverage detected