mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
selectable: internal methods ,fixes #3205
This commit is contained in:
parent
d5aa6e4677
commit
20ef7747b1
@ -13,7 +13,7 @@
|
||||
(function($) {
|
||||
|
||||
$.widget("ui.selectable", $.extend({}, $.ui.mouse, {
|
||||
init: function() {
|
||||
_init: function() {
|
||||
var self = this;
|
||||
|
||||
this.element.addClass("ui-selectable");
|
||||
|
Loading…
Reference in New Issue
Block a user