diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..2711bcc --- /dev/null +++ b/bower.json @@ -0,0 +1,7 @@ +{ + "name": "jquery-sortable", + "main": "source/js/jquery-sortable.js", + "version": "0.9.10", + "dependencies": { + } +} \ No newline at end of file diff --git a/source/js/jquery-sortable.js b/source/js/jquery-sortable.js index 6080ce0..54f7ccd 100644 --- a/source/js/jquery-sortable.js +++ b/source/js/jquery-sortable.js @@ -609,4 +609,4 @@ }); }; -}(jQuery, window) +}(jQuery, window);