()
| 1046 | } |
| 1047 | |
| 1048 | computeColumnSpans() { |
| 1049 | for (let i = 0; i < this._sections.length; i++) { |
| 1050 | this._sections[i].consumer.computeColumnSpans(); |
| 1051 | } |
| 1052 | } |
| 1053 | |
| 1054 | destroy() { |
| 1055 | for (let i = 0; i < this._sections.length; i++) { |
nothing calls this directly
no test coverage detected