From beab79cec2fdcb6edd44ce9fd6b6923dd42b384a Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Wed, 10 Jul 2013 10:19:34 -0400 Subject: [PATCH 1/3] bower json file added --- bower.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ff074a2 --- /dev/null +++ b/bower.json @@ -0,0 +1,8 @@ +{ + "name": "jquery-sortable", + "main": "source/js/jquery-sortable.js", + "version": "0.9.10", + "dependencies": { + //"jquery": "1.8.2" + } +} \ No newline at end of file From 07fd705a7cb3d1cc0cb54b41755fa82edc174720 Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Wed, 10 Jul 2013 10:51:29 -0400 Subject: [PATCH 2/3] get outta town --- bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bower.json b/bower.json index ff074a2..2711bcc 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,5 @@ "main": "source/js/jquery-sortable.js", "version": "0.9.10", "dependencies": { - //"jquery": "1.8.2" } } \ No newline at end of file From 1351def5b953d199671ddd71d7d7b8d65e946175 Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Wed, 10 Jul 2013 12:50:51 -0400 Subject: [PATCH 3/3] missing semi-colon, like a jackass --- source/js/jquery-sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);