File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ define([
55
55
return {
56
56
/**
57
57
* Initializes components assigned to HTML elements via [data-mage-init].
58
- *
59
- * @param context
58
+ *
59
+ * @param { HTMLElement } context - Element of context to search
60
60
* @example Sample 'data-mage-init' declaration.
61
61
* data-mage-init='{"path/to/component": {"foo": "bar"}}'
62
62
*/
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ define([
91
91
* to a 'data-mage-init' attribute of an elemennt found by provided selector.
92
92
* Note: All found script nodes will be removed from DOM.
93
93
*
94
- * @param context
94
+ * @param { HTMLElement } context - Element of context to search
95
95
* @returns {Array } An array of components not assigned to the specific element.
96
96
*
97
97
* @example Sample declaration.
You can’t perform that action at this time.
0 commit comments