diff options
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r-- | ui/ui.selectable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.selectable.js b/ui/ui.selectable.js index 085d9a72d..bcea447d0 100644 --- a/ui/ui.selectable.js +++ b/ui/ui.selectable.js @@ -13,7 +13,7 @@ (function($) { $.widget("ui.selectable", $.extend({}, $.ui.mouse, { - init: function() { + _init: function() { var self = this; this.element.addClass("ui-selectable"); |