Skip to content

Commit

Permalink
fixing components load
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed May 10, 2018
1 parent 4055ab3 commit efc9cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,9 +888,9 @@
templateURI:'{{COMPONENTS_BASE_PATH}}{{COMPONENT_NAME}}.html'.replace('{{COMPONENT_NAME}}',components[_c].getAttribute('name').toString()).replace('{{COMPONENTS_BASE_PATH}}',CONFIG.get('componentsBasePath'))
});
newComponent.done = function (){
components[_c].innerHTML=this.body.innerHTML;
_buildComponent(this.body.querySelectorAll('component:not([loaded])'));
};
components[_c].append(newComponent);
} else {
var newComponent = New(Component,{
name:components[_c].getAttribute('name').toString(),
Expand Down

0 comments on commit efc9cb8

Please sign in to comment.