Skip to content

Commit 5ea6fdf

Browse files
author
Alexandru Badiu
committed
Bump version and new build.
1 parent 0e76e08 commit 5ea6fdf

6 files changed

+7
-5
lines changed

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Alexandru Badiu <[email protected]> (http://alexandrubadiu.ro)
22
Ali Farhadi (http://farhadi.ir/)
3+
AdamNowotny (https://github.com/AdamNowotny)
34
andyburke (http://github.com/andyburke)
45
batista (https://github.com/batista)
56
bistoco (http://github.com/bistoco)
7+
coreyfarrell (https://github.com/coreyfarrell)
68
daemianmack (http://github.com/daemianmack)
79
drskullster (http://github.com/drskullster)
810
egorkhmelev (https://github.com/egorkhmelev)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html.sortable",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"homepage": "https://github.com/voidberg/html5sortable",
55
"authors": [
66
"Alexandru Badiu <[email protected]>"

dist/html.sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
var isHandle, index, items = $(this).children(options.items);
5050
var startParent, newParent;
51-
var placeholder = ( options.placeholder === null ) ? $('<' + (/^ul|ol$/i.test(this.tagName) ? 'li' : 'div') + ' class="sortable-placeholder">') : $(options.placeholder).addClass('sortable-placeholder');
51+
var placeholder = ( options.placeholder === null ) ? $('<' + (/^ul|ol$/i.test(this.tagName) ? 'li' : 'div') + ' class="sortable-placeholder"/>') : $(options.placeholder).addClass('sortable-placeholder');
5252

5353
items.find(options.handle).mousedown(function () {
5454
isHandle = true;

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,6 +1,6 @@
11
{
22
"name": "html5sortable",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"license": "MIT",
55
"description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.",
66
"author": {

0 commit comments

Comments
 (0)