From a4540dc118a1ba14d06513b652e0a566a431e3a5 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Wed, 17 Feb 2016 22:30:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09e8d5f..d76fd7d 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ Update current cell height. This method rebuilds an internal CSS stylesheet. Not call this method too often. ```javascript -grid.cellHeight(grid.cell_width() * 1.2); +grid.cellHeight(grid.cellWidth() * 1.2); ``` ### cellWidth()