2
0
mirror of https://github.com/esiur/iui.git synced 2026-04-04 06:58:22 +00:00
This commit is contained in:
2022-06-08 11:16:54 +03:00
parent 20eeb93edf
commit 0e275faa81
3 changed files with 29 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ export default IUI.module(class Include extends IUIElement
constructor()
{
super();
this.refs = new RefsCollection();
this.refs = new RefsCollection(this);
}
get src(){