(column)
| 73088 | availableWidth -= col._calcWidth; |
| 73089 | }); |
| 73090 | } else { |
| 73091 | // maxW is too large, but minW fits within available width |
| 73092 | var W = availableWidth - minW; |
| 73093 | var D = maxW - minW; |
| 73094 | |
| 73095 | autoColumns.forEach(function (col) { |
no outgoing calls
no test coverage detected