Skip to content

Commit cb1f3b9

Browse files
author
Lukas Oppermann
committed
update it v0.4.2
1 parent dd25e24 commit cb1f3b9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html.sortable",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/voidberg/html5sortable.git"

dist/html.sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ var _enableSortable = function(sortableElement) {
313313
this.dragDrop();
314314
} else {
315315
var parent = this.parentElement;
316-
while (opts.items.indexOf(parent) === -1) {
316+
while (items.indexOf(parent) === -1) {
317317
parent = parent.parentElement;
318318
}
319319
parent.dragDrop();

dist/html.sortable.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/html.sortable.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html5sortable",
33
"main": "dist/html.sortable.js",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"license": "MIT",
66
"description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.",
77
"author": {

0 commit comments

Comments
 (0)