summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/jquery-ui-timepicker-addon_spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/jquery-ui-timepicker-addon_spec.js b/test/jquery-ui-timepicker-addon_spec.js
index 8e0584d..b5d8507 100644
--- a/test/jquery-ui-timepicker-addon_spec.js
+++ b/test/jquery-ui-timepicker-addon_spec.js
@@ -678,7 +678,7 @@ describe('datetimepicker', function() {
it('should redirect focus to main field', function() {
$input.datetimepicker({
showOn: 'button',
- altField: $altField,
+ altField: $altField
});
$altField.trigger('focus');
@@ -689,7 +689,7 @@ describe('datetimepicker', function() {
$input.datetimepicker({
showOn: 'button',
altField: $altField,
- altRedirectFocus: false,
+ altRedirectFocus: false
});
$altField.trigger('focus');