Skip to content

Commit cd541dc

Browse files
committed
Release 0.9.10
1 parent 1045675 commit cd541dc

File tree

5 files changed

+24
-19
lines changed

5 files changed

+24
-19
lines changed

CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
[0.9.8] Added options tolerance and distance
1+
[0.9.10]Fix Array.indexOf() error in IE < 9 (Dev-Speranza)
2+
serialize() assumes one subcontainer per item
3+
remove call to stopPropagation()
4+
Added onMousedown()
5+
6+
[0.9.9] Added options tolerance and distance
27
Do not modify Array.prototype (by Joakin)
38
serialize respects exclude option
49

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.9
1+
0.9.10

sortable.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"drag",
1010
"drop"
1111
],
12-
"version": "0.9.9",
12+
"version": "0.9.10",
1313
"author": {
1414
"name": "Jonas von Andrian"
1515
},
1616
"licenses": [
1717
{
1818
"type": "BSD-3",
19-
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.9/LICENSE"
19+
"url": "https://github.com/johnny/jquery-sortable/blob/0.9.10/LICENSE"
2020
}
2121
],
2222
"bugs": "https://github.com/johnny/jquery-sortable/issues",

source/js/jquery-sortable-min.js

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/js/jquery-sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ===================================================
2-
* jquery-sortable.js v0.9.9
2+
* jquery-sortable.js v0.9.10
33
* http://johnny.github.com/jquery-sortable/
44
* ===================================================
55
* Copyright (c) 2012 Jonas von Andrian

0 commit comments

Comments
 (0)