Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Oppermann committed Apr 30, 2015
1 parent 1456fc8 commit 041491e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 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.2.3",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "https://github.com/voidberg/html5sortable.git"
Expand Down
5 changes: 3 additions & 2 deletions dist/html.sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
} else if (typeof exports === 'object') {
module.exports = factory(require('jquery'));
} else {
root.sortable = factory(root.jquery);
root.sortable = factory(root.jQuery);
}
}(this, function($) {
/*
Expand All @@ -31,7 +31,8 @@ var sortable = function(options) {
placeholderClass: 'sortable-placeholder',
draggingClass: 'sortable-dragging'
}, options);

/* TODO: maxstatements should be 25, fix and remove line below */
/*jshint maxstatements:false */
return this.each(function() {

var index;
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.

Loading

0 comments on commit 041491e

Please sign in to comment.