rename to getLayout
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user