This commit is contained in:
Bruno Windels 2018-11-01 17:56:08 +01:00
parent 3e02f247c8
commit 4c5bd71114
6 changed files with 14 additions and 20 deletions

View file

@ -74,7 +74,6 @@ class CollapseDistributor extends FixedDistributor {
}
class PercentageDistributor {
constructor(sizer, item, _config, items, container) {
this.container = container;
this.totalSize = sizer.getTotalSize();

View file

@ -34,7 +34,6 @@ class RoomSizer extends Sizer {
item.style.maxHeight = `${Math.round(size)}px`;
}
}
}
class RoomDistributor extends FixedDistributor {