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 f24dace commit 7bfc174Copy full SHA for 7bfc174
lib/web/mage/apply/main.js
@@ -42,9 +42,9 @@ define([
42
var configStack = {},
43
element = itemContainer.el;
44
45
- _.each(mixinList, function (mixin, componentName) {
+ _.each(mixinList, function (mixinArray, componentName) {
46
configStack = itemContainer.data[componentName];
47
- require(mixin, function(){
+ require(mixinArray, function(){
48
for (var i = 0, len = arguments.length; i < len; i++){
49
configStack = arguments[i](configStack, element);
50
}
0 commit comments