From 84f9148fc306dd5cf549c7b41ead7bb29d40e664 Mon Sep 17 00:00:00 2001 From: Po-Ying Chen Date: Thu, 25 Sep 2014 15:46:38 +0800 Subject: [PATCH] fic typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8713a9f..cce8b57 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ new Sortable(el, { }, onFilter: function (/**Event*/evt){ - var itemEl = evt.item; // HTMLElement on which was `nousedown|tapstart` event. + var itemEl = evt.item; // HTMLElement on which was `mousedown|tapstart` event. } }); ```