提交 a980be38 编写于 作者: L lang

Global model as component's parent model

上级 e2aac90e
...@@ -141,7 +141,7 @@ define(function (require) { ...@@ -141,7 +141,7 @@ define(function (require) {
else { else {
// PENDING Global as parent ? // PENDING Global as parent ?
componentModel = new ComponentModelClass( componentModel = new ComponentModelClass(
componentOption[i], null, this, componentOption[i], this, this,
this._getComponentsByTypes(dependencies), i this._getComponentsByTypes(dependencies), i
); );
componentsMap[componentType][i] = componentModel; componentsMap[componentType][i] = componentModel;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册