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: "*", filter: "*",
tolerance: "touch", tolerance: "touch",
// callbacks // Callbacks
create: null, create: null,
selected: null, selected: null,
selecting: null, selecting: null,

View File

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