(view: IGridView, sizing?: Sizing)
| 984 | } |
| 985 | |
| 986 | public remove(view: IGridView, sizing?: Sizing): IGridView { |
| 987 | const location = getGridLocation(view.element); |
| 988 | return this.removeView(location, sizing); |
| 989 | } |
| 990 | |
| 991 | removeView(location: number[], sizing?: Sizing): IGridView { |
| 992 | if (this.hasMaximizedView()) { |
nothing calls this directly
no test coverage detected