Skip to content
Snippets Groups Projects
Commit 69bab3c4 authored by Ihor Melnychenko's avatar Ihor Melnychenko
Browse files

MAGETWO-38867: Create mixin for declarative widget description

parent 74668458
No related merge requests found
...@@ -71,7 +71,6 @@ define([ ...@@ -71,7 +71,6 @@ define([
element = itemContainer.el; element = itemContainer.el;
_.each(itemContainer.data, function (obj, key) { _.each(itemContainer.data, function (obj, key) {
if (obj.mixins) { if (obj.mixins) {
require(obj.mixins, function () { require(obj.mixins, function () {
for (var i = 0, len = arguments.length; i < len; i++) { for (var i = 0, len = arguments.length; i < len; i++) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment