Skip to content

Commit

Permalink
Bump version and new build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Badiu committed Oct 14, 2014
1 parent 0e76e08 commit 5ea6fdf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Alexandru Badiu <[email protected]> (http://alexandrubadiu.ro)
Ali Farhadi (http://farhadi.ir/)
AdamNowotny (https://github.com/AdamNowotny)
andyburke (http://github.com/andyburke)
batista (https://github.com/batista)
bistoco (http://github.com/bistoco)
coreyfarrell (https://github.com/coreyfarrell)
daemianmack (http://github.com/daemianmack)
drskullster (http://github.com/drskullster)
egorkhmelev (https://github.com/egorkhmelev)
Expand Down
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.1.5",
"version": "0.1.6",
"homepage": "https://github.com/voidberg/html5sortable",
"authors": [
"Alexandru Badiu <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/html.sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

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

items.find(options.handle).mousedown(function () {
isHandle = true;
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

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html5sortable",
"version": "0.1.5",
"version": "0.1.6",
"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 5ea6fdf

Please sign in to comment.