Skip to content

Commit 2c18374

Browse files
authored
Merge branch 'gridstack:master' into master
2 parents a5905a8 + 7007fa8 commit 2c18374

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2650,9 +2650,9 @@ grunt-sass@3.1.0:
26502650
integrity sha512-90s27H7FoCDcA8C8+R0GwC+ntYD3lG6S/jqcavWm3bn9RiJTmSfOvfbFa1PXx4NbBWuiGQMLfQTj/JvvqT5w6A==
26512651

26522652
grunt@^1.0.4:
2653-
version "1.5.2"
2654-
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.2.tgz#46b014e28d17c85baac19d5e891bb3f04923c098"
2655-
integrity sha512-XCtfaIu72OyDqK24MjWiGC9SwlkuhkS1mrULr1xzuJ2XqAFhP3ZAchZGHJeSCY6mkaOXU4F7SbmmCF7xIVoC9w==
2653+
version "1.5.3"
2654+
resolved "https://registry.yarnpkg.com/grunt/-/grunt-1.5.3.tgz#3214101d11257b7e83cf2b38ea173b824deab76a"
2655+
integrity sha512-mKwmo4X2d8/4c/BmcOETHek675uOqw0RuA/zy12jaspWqvTp4+ZeQF1W+OTpcbncnaBsfbQJ6l0l4j+Sn/GmaQ==
26562656
dependencies:
26572657
dateformat "~3.0.3"
26582658
eventemitter2 "~0.4.13"

0 commit comments

Comments
 (0)