Skip to content

Commit

Permalink
HTMLDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
Quickcorp committed May 27, 2018
1 parent 8407411 commit b1d8213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions QCObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,9 @@
return _buildComponent(components);
};

HTMLDocument.prototype.buildComponents = Element.prototype.buildComponents;
HTMLElement.prototype.buildComponents = Element.prototype.buildComponents;

/**
* Load every component tag declared in the body
**/
Expand Down

0 comments on commit b1d8213

Please sign in to comment.