Skip to content

Commit 8029cc9

Browse files
committed
Autocomplete: Style updates
Ref #14246 Ref jquerygh-1588
1 parent a6499c0 commit 8029cc9

File tree

6 files changed

+209
-206
lines changed

6 files changed

+209
-206
lines changed

tests/unit/autocomplete/common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ common.testWidget( "autocomplete", {
2222
},
2323
source: null,
2424

25-
// callbacks
25+
// Callbacks
2626
change: null,
2727
close: null,
2828
create: null,
@@ -32,6 +32,6 @@ common.testWidget( "autocomplete", {
3232
search: null,
3333
select: null
3434
}
35-
});
35+
} );
3636

3737
} );

0 commit comments

Comments
 (0)