Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit 3dfab4f

Browse files
committed
update Changelog
1 parent 64bbc61 commit 3dfab4f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[0.9.8] Added options tolerance and distance
2+
Do not modify Array.prototype (by Joakin)
3+
serialize respects exclude option
4+
15
[0.9.8] Added Serialization
26
Added onCancel
37

source/js/jquery-sortable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
},
5050
// The css selector of the containers
5151
containerSelector: "ol, ul",
52+
// Distance the mouse has to travel to start dragging
5253
distance: 0,
5354
// The css selector of the drag handle
5455
handle: "",

0 commit comments

Comments
 (0)