Skip to content

Commit 041491e

Browse files
author
Lukas Oppermann
committed
hotfix
1 parent 1456fc8 commit 041491e

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html.sortable",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/voidberg/html5sortable.git"

dist/html.sortable.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
} else if (typeof exports === 'object') {
55
module.exports = factory(require('jquery'));
66
} else {
7-
root.sortable = factory(root.jquery);
7+
root.sortable = factory(root.jQuery);
88
}
99
}(this, function($) {
1010
/*
@@ -31,7 +31,8 @@ var sortable = function(options) {
3131
placeholderClass: 'sortable-placeholder',
3232
draggingClass: 'sortable-dragging'
3333
}, options);
34-
34+
/* TODO: maxstatements should be 25, fix and remove line below */
35+
/*jshint maxstatements:false */
3536
return this.each(function() {
3637

3738
var index;

dist/html.sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)