mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
7e43405269
commit
824e05c337
@ -15,7 +15,7 @@ common.testWidget( "selectable", {
|
||||
filter: "*",
|
||||
tolerance: "touch",
|
||||
|
||||
// callbacks
|
||||
// Callbacks
|
||||
create: null,
|
||||
selected: null,
|
||||
selecting: null,
|
||||
|
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user