summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2014-05-26 14:55:56 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2014-05-26 14:55:56 -0400
commitd457101d5d83cfe317f1a4faf540529377252abe (patch)
tree5b2ac90dae624df32897b17c7726dd6e47f8c8ad /test
parent1c8fcaa14528cb9b8c183275cb146b57900e81ce (diff)
downloadjQuery-Timepicker-Addon-d457101d5d83cfe317f1a4faf540529377252abe.zip
jQuery-Timepicker-Addon-d457101d5d83cfe317f1a4faf540529377252abe.tar.gz
jQuery-Timepicker-Addon-d457101d5d83cfe317f1a4faf540529377252abe.tar.bz2
Updates jquery, new version
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');