|
|
@ -63,7 +63,7 @@ export default Backbone.View.extend({ |
|
|
const sameFrameView = frameView.model && model.getView(frameView.model); |
|
|
const sameFrameView = frameView.model && model.getView(frameView.model); |
|
|
const dt = |
|
|
const dt = |
|
|
opts.componentTypes || (em && em.get('DomComponents').getTypes()); |
|
|
opts.componentTypes || (em && em.get('DomComponents').getTypes()); |
|
|
const type = model.get('type'); |
|
|
const type = model.get('type') || 'default'; |
|
|
let viewObject = this.compView; |
|
|
let viewObject = this.compView; |
|
|
|
|
|
|
|
|
for (let it = 0; it < dt.length; it++) { |
|
|
for (let it = 0; it < dt.length; it++) { |
|
|
|