Skip to content

Commit a4540dc

Browse files
committed
Update README.md
1 parent fe865db commit a4540dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Update current cell height. This method rebuilds an internal CSS stylesheet. Not
310310
call this method too often.
311311

312312
```javascript
313-
grid.cellHeight(grid.cell_width() * 1.2);
313+
grid.cellHeight(grid.cellWidth() * 1.2);
314314
```
315315

316316
### cellWidth()

0 commit comments

Comments
 (0)