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/datepicker/datepicker_options.js | |
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/datepicker/datepicker_options.js')
-rw-r--r-- | tests/unit/datepicker/datepicker_options.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/datepicker/datepicker_options.js b/tests/unit/datepicker/datepicker_options.js index 11b010717..08c31f5ad 100644 --- a/tests/unit/datepicker/datepicker_options.js +++ b/tests/unit/datepicker/datepicker_options.js @@ -767,7 +767,6 @@ var beforeShowThis = null, beforeShowDayThis = null, beforeShowDayOK = true; - function beforeAll(input, inst) { beforeShowThis = this; beforeShowInput = input; |