mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 06:58:22 +00:00
Refs
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user