Skip to content

Commit 824e05c

Browse files
committed
Selectable: Style updates
Ref #14246 Ref gh-1588
1 parent 7e43405 commit 824e05c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/unit/selectable/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ common.testWidget( "selectable", {
1515
filter: "*",
1616
tolerance: "touch",
1717

18-
// callbacks
18+
// Callbacks
1919
create: null,
2020
selected: null,
2121
selecting: null,

ui/widgets/selectable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
4040
filter: "*",
4141
tolerance: "touch",
4242

43-
// callbacks
43+
// Callbacks
4444
selected: null,
4545
selecting: null,
4646
start: null,
@@ -55,7 +55,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
5555

5656
this.dragged = false;
5757

58-
// cache selectee children based on filter
58+
// Cache selectee children based on filter
5959
this.refresh = function() {
6060
that.selectees = $(that.options.filter, that.element[0]);
6161
that._addClass( that.selectees, "ui-selectee" );

0 commit comments

Comments
 (0)