From 27c0866b65b29a3a83fed0724858f4d4909e1850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fr=C3=A9d=C3=A9ric=20Faust?= Date: Fri, 5 Jun 2015 15:44:04 -0400 Subject: [PATCH] Update README.md Following the other pull request about the readme.md, I thought @wmak 's syntax was better --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 281f969..1062634 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ $(function () { - `always_show_resize_handle` - if `true` the resizing handles are shown even if the user is not hovering over the widget (default: `false`) - `animate` - turns animation on (default: `false`) -- `auto` - if `false` it tells to not initialize existing items (default: `true`) +- `auto` - if `false` gridstack will not initialize existing items (default: `true`) - `cell_height` - one cell height (default: `60`) - `draggable` - allows to override jQuery UI draggable options. (default: `{handle: '.grid-stack-item-content', scroll: true, appendTo: 'body'}`) - `handle` - draggable handle selector (default: `'.grid-stack-item-content'`)