Skip to content

Commit 2dce1d7

Browse files
authored
Merge pull request #2170 from adumesny/master
doc typo fix
2 parents 6702fec + 0e39bb8 commit 2dce1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gridstack.js API
66
**Table of Contents** *generated with [DocToc](http://doctoc.herokuapp.com/)*
77

88
- [Grid Options](#grid-options)
9-
- [DDDragInOpt](#dddraginopt)
9+
- [DDDragOpt](#dddragopt)
1010
- [DDDragInOpt extends DDDragOpt](#dddraginopt-extends-dddragopt)
1111
- [Grid attributes](#grid-attributes)
1212
- [Item Options](#item-options)
@@ -130,7 +130,7 @@ gridstack.js API
130130
- `staticGrid` - removes drag|drop|resize (default `false`). If `true` widgets are not movable/resizable by the user, but code can still move and oneColumnMode will still work. You can use the smaller gridstack-static.js lib. A CSS class `grid-stack-static` is also added to the container.
131131
- `styleInHead` - if `true` will add style element to `<head>` otherwise will add it to element's parent node (default `false`).
132132

133-
### DDDragInOpt
133+
### DDDragOpt
134134
- `handle`?: string - class selector of items that can be dragged. default to '.grid-stack-item-content'
135135
- `appendTo`?: string - default to 'body' (TODO: is this even used anymore ?)
136136
- `pause`?: boolean | number - if set (true | msec), dragging placement (collision) will only happen after a pause by the user. Note: this is Global

0 commit comments

Comments
 (0)