diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:11:54 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | 8029cc94e123e670d2b0a80cfaa32a37435f5589 (patch) | |
tree | 10178b481cd93b96f122de7f1fb8945fa7b77930 /tests/unit/autocomplete/common.js | |
parent | a6499c0deeff64763673e07e378576ccb0494736 (diff) | |
download | jquery-ui-8029cc94e123e670d2b0a80cfaa32a37435f5589.tar.gz jquery-ui-8029cc94e123e670d2b0a80cfaa32a37435f5589.zip |
Autocomplete: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'tests/unit/autocomplete/common.js')
-rw-r--r-- | tests/unit/autocomplete/common.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/autocomplete/common.js b/tests/unit/autocomplete/common.js index 94e98048d..a4d57f95d 100644 --- a/tests/unit/autocomplete/common.js +++ b/tests/unit/autocomplete/common.js @@ -22,7 +22,7 @@ common.testWidget( "autocomplete", { }, source: null, - // callbacks + // Callbacks change: null, close: null, create: null, @@ -32,6 +32,6 @@ common.testWidget( "autocomplete", { search: null, select: null } -}); +} ); } ); |