Fix return statement

This commit is contained in:
2020-09-27 22:33:02 +02:00
parent b0b1269afa
commit e2301b1cfd
2 changed files with 1 additions and 63 deletions

View File

@ -52,7 +52,7 @@ export class RdDActor extends Actor {
data.items.push(compItem);
}
super.create(data, options);
return super.create(data, options);
}
/* -------------------------------------------- */