* Register the source element that triggered the dropdown. * * @param {element} sourceEl The source element that triggered the dropdown.
(sourceEl)
| 310 | * @param {element} sourceEl The source element that triggered the dropdown. |
| 311 | */ |
| 312 | function _registerSource(sourceEl) { |
| 313 | _sourceEl = sourceEl; |
| 314 | } |
| 315 | |
| 316 | ///////////////////////////// |
| 317 | // // |
no outgoing calls
no test coverage detected