Skip to content

Commit

Permalink
update it v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Oppermann committed Sep 2, 2016
1 parent dd25e24 commit cb1f3b9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html.sortable",
"version": "0.4.1",
"version": "0.4.2",
"repository": {
"type": "git",
"url": "https://github.com/voidberg/html5sortable.git"
Expand Down
2 changes: 1 addition & 1 deletion dist/html.sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ var _enableSortable = function(sortableElement) {
this.dragDrop();
} else {
var parent = this.parentElement;
while (opts.items.indexOf(parent) === -1) {
while (items.indexOf(parent) === -1) {
parent = parent.parentElement;
}
parent.dragDrop();
Expand Down
2 changes: 1 addition & 1 deletion dist/html.sortable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/html.sortable.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "html5sortable",
"main": "dist/html.sortable.js",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.",
"author": {
Expand Down

0 comments on commit cb1f3b9

Please sign in to comment.