MCPcopy
hub / github.com/lumapps/lumX / _registerSource

Function _registerSource

components/dropdown/js/dropdown_directive.js:312–314  ·  view source on GitHub ↗

* Register the source element that triggered the dropdown. * * @param {element} sourceEl The source element that triggered the dropdown.

(sourceEl)

Source from the content-addressed store, hash-verified

310 * @param {element} sourceEl The source element that triggered the dropdown.
311 */
312 function _registerSource(sourceEl) {
313 _sourceEl = sourceEl;
314 }
315
316 /////////////////////////////
317 // //

Callers 2

toggleFunction · 0.70
DropdownControllerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected