From 91e9d6fb774bd0abea92827eebc7b5f76afbe3a7 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Wed, 9 Sep 2015 18:16:26 -0700 Subject: [PATCH] improved readability --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 475b00d..2983576 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Inspired by [gridster.js](http://gridster.net). Built with love. - [update(el, x, y, width, height)](#updateel-x-y-width-height) - [will_it_fit(x, y, width, height, auto_position)](#will_it_fitx-y-width-height-auto_position) - [Utils](#utils) - - [GridStackUI.Utils.sort(nodes [, dir [, width]])](#gridstackuiutilssortnodes-dir-width) + - [GridStackUI.Utils.sort(nodes[, dir[, width]])](#gridstackuiutilssortnodes-dir-width) - [Touch devices support](#touch-devices-support) - [Use with knockout.js](#use-with-knockoutjs) - [Change grid width](#change-grid-width) @@ -397,7 +397,7 @@ else { ## Utils -### GridStackUI.Utils.sort(nodes [, dir [, width]]) +### GridStackUI.Utils.sort(nodes[, dir[, width]]) Sorts array of nodes