From 8210ad4fc8a085ee27a46e033405b9d5fe757318 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Sat, 2 Aug 2014 14:19:10 +0400 Subject: [PATCH] * jsdoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 567cf85..38fd8d7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ new Sortable(el, { Serializes the sortable's item data-id's into an array of string. -##### sort(order:`Array`) +##### sort(order:`String[]`) Sorts the elements according to the array. ```js var order = sortable.toArray();