diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-24 17:10:20 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-01-24 17:10:20 +0100 |
commit | 2aabd427ebb307319f3203aab3f989d7305fd00d (patch) | |
tree | 5048f4f5e4905a7ea982ef45fbe5f0ee0b5dc2bc /tests/unit/sortable | |
parent | ac49929b0763e3b7fe92b8d51677c9c4005adcd1 (diff) | |
download | jquery-ui-2aabd427ebb307319f3203aab3f989d7305fd00d.tar.gz jquery-ui-2aabd427ebb307319f3203aab3f989d7305fd00d.zip |
Tests: Fix style issues with missing or multiple line breaks
As pointed out by jscs, after a esformatter run. The latter doesn't
address these, so fixing them manually.
Diffstat (limited to 'tests/unit/sortable')
-rw-r--r-- | tests/unit/sortable/sortable_events.js | 2 | ||||
-rw-r--r-- | tests/unit/sortable/sortable_test_helpers.js | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/unit/sortable/sortable_events.js b/tests/unit/sortable/sortable_events.js index 1bf72cc6a..46e86c906 100644 --- a/tests/unit/sortable/sortable_events.js +++ b/tests/unit/sortable/sortable_events.js @@ -26,8 +26,6 @@ test("start", function() { // todo: see if these events should actually have sane values in them ok("position" in hash, "UI hash includes: position"); ok("offset" in hash, "UI hash includes: offset"); - - }); test("sort", function() { diff --git a/tests/unit/sortable/sortable_test_helpers.js b/tests/unit/sortable/sortable_test_helpers.js index 12e4829ea..3cda43b8f 100644 --- a/tests/unit/sortable/sortable_test_helpers.js +++ b/tests/unit/sortable/sortable_test_helpers.js @@ -6,4 +6,4 @@ TestHelpers.sortable = { }); equal( $( handle ).parent().children().index( handle ), index, msg ); } -};
\ No newline at end of file +}; |