Browse Source

Merge pull request #94 from poying/patch-1

fix typo
pull/101/head
Lebedev Konstantin 10 years ago
parent
commit
0d81b78bf2
  1. 2
      README.md

2
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.
}
});
```

Loading…
Cancel
Save