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

Skip to content

Commit bbf1644

Browse files
committed
improved readability
optional argument notation
1 parent 54e8e60 commit bbf1644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Inspired by [gridster.js](http://gridster.net). Built with love.
5050
- [update(el, x, y, width, height)](#updateel-x-y-width-height)
5151
- [will_it_fit(x, y, width, height, auto_position)](#will_it_fitx-y-width-height-auto_position)
5252
- [Utils](#utils)
53-
- [GridStackUI.Utils.sort(nodes, dir, width)](#gridstackuiutilssortnodes-dir-width)
53+
- [GridStackUI.Utils.sort(nodes [, dir [, width]])](#gridstackuiutilssortnodes-dir-width)
5454
- [Touch devices support](#touch-devices-support)
5555
- [Use with knockout.js](#use-with-knockoutjs)
5656
- [Change grid width](#change-grid-width)
@@ -397,7 +397,7 @@ else {
397397

398398
## Utils
399399

400-
### GridStackUI.Utils.sort(nodes, dir, width)
400+
### GridStackUI.Utils.sort(nodes [, dir [, width]])
401401

402402
Sorts array of nodes
403403

0 commit comments

Comments
 (0)