aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/selectable
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2015-01-24 17:10:20 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2015-01-24 17:10:20 +0100
commit2aabd427ebb307319f3203aab3f989d7305fd00d (patch)
tree5048f4f5e4905a7ea982ef45fbe5f0ee0b5dc2bc /tests/unit/selectable
parentac49929b0763e3b7fe92b8d51677c9c4005adcd1 (diff)
downloadjquery-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/selectable')
-rw-r--r--tests/unit/selectable/selectable_core.js2
-rw-r--r--tests/unit/selectable/selectable_options.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/selectable/selectable_core.js b/tests/unit/selectable/selectable_core.js
index 9953b6c07..c3ace5370 100644
--- a/tests/unit/selectable/selectable_core.js
+++ b/tests/unit/selectable/selectable_core.js
@@ -1,3 +1,3 @@
/*
* selectable_core.js
- */ \ No newline at end of file
+ */
diff --git a/tests/unit/selectable/selectable_options.js b/tests/unit/selectable/selectable_options.js
index 973247f56..292c0cf96 100644
--- a/tests/unit/selectable/selectable_options.js
+++ b/tests/unit/selectable/selectable_options.js
@@ -51,7 +51,6 @@ test("filter", function() {
sel = $("*", el),
selected = function() { actual += 1; };
-
el = $("#selectable1").selectable({ filter: ".special", selected: selected });
el.simulate( "drag", {
dx: 1000,