Selectable: Style updates

Ref #14246
Ref gh-1588
This commit is contained in:
Alexander Schmitz 2015-08-21 00:07:08 -04:00
parent 7e43405269
commit 824e05c337
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ common.testWidget( "selectable", {
filter: "*",
tolerance: "touch",
// callbacks
// Callbacks
create: null,
selected: null,
selecting: null,

View File

@ -40,7 +40,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
filter: "*",
tolerance: "touch",
// callbacks
// Callbacks
selected: null,
selecting: null,
start: null,
@ -55,7 +55,7 @@ return $.widget("ui.selectable", $.ui.mouse, {
this.dragged = false;
// cache selectee children based on filter
// Cache selectee children based on filter
this.refresh = function() {
that.selectees = $(that.options.filter, that.element[0]);
that._addClass( that.selectees, "ui-selectee" );