rename to getLayout
This commit is contained in:
parent
d30ff13c18
commit
f029aad9fa
2 changed files with 2 additions and 3 deletions
|
@ -319,8 +319,7 @@ class Handle {
|
|||
export class Distributor extends FixedDistributor {
|
||||
constructor(item, cfg) {
|
||||
super(item);
|
||||
const layout = cfg.layout;
|
||||
this._handle = layout().openHandle(item.id);
|
||||
this._handle = cfg.getLayout().openHandle(item.id);
|
||||
}
|
||||
|
||||
finish() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue