We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0042 commit e543513Copy full SHA for e543513
lib/web/mage/apply/scripts.js
@@ -61,7 +61,7 @@ define([
61
}
62
63
/**
64
- * Searches for script tags whith a 'text/x-mage-init' type.
+ * Searches for script tags whith a 'text/x-magento-init' type.
65
*
66
* @param {HTMLElement} [parent=document.body] - Optional node inside of which to perform search.
67
* @returns {Array} An array of elements script nodes.
@@ -101,7 +101,7 @@ define([
101
* @returns {Array} An array of components not assigned to the specific element.
102
103
* @example Sample declaration.
104
- * <script type="text/x-mage-init">
+ * <script type="text/x-magento-init">
105
* {
106
* "body": {
107
* "path/to/component": {"foo": "bar"}
0 commit comments