diff options
Diffstat (limited to 'ui/jquery.ui.selectable.js')
-rw-r--r-- | ui/jquery.ui.selectable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectable.js b/ui/jquery.ui.selectable.js index 596ca4641..f9c31f2d4 100644 --- a/ui/jquery.ui.selectable.js +++ b/ui/jquery.ui.selectable.js @@ -22,7 +22,7 @@ $.widget("ui.selectable", $.ui.mouse, { filter: '*', tolerance: 'touch' }, - _init: function() { + _create: function() { var self = this; this.element.addClass("ui-selectable"); |