* Calculates the width of a column. * * @return width of a column in the grid * @private
()
| 101 | * @private |
| 102 | */ |
| 103 | colWidth () { |
| 104 | return this.items()[0].getBoundingClientRect().width + this.gutter; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Initializes an array of empty columns |
no test coverage detected