Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56c8dcc

Browse files
authored
docs: clarify update method options
1 parent c1b5a75 commit 56c8dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Toggle the grid static state. Also toggle the `grid-stack-static` class.
558558
Parameters:
559559

560560
- `el` - widget to move (element or class string)
561-
- `opts` - updates all the possible item attributes passed in the structure (x,y,width,height, etc..). Only those set will be updated.
561+
- `opts` - updates all the possible item attributes passed in the structure (x, y, h, w, etc..). Only those set will be updated.
562562

563563
Updates widget position/size and other info. Note: if you need to call this on all nodes, use load() instead which will update what changed and more.
564564

0 commit comments

Comments
 (0)