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");