From: Chi Cheng Date: Sat, 16 Aug 2008 14:59:20 +0000 (+0000) Subject: selectable: internal methods ,fixes #3205 X-Git-Tag: 1.6rc2~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=20ef7747b1247964d7edbaa54b8e4955b5b364e0;p=jquery-ui.git selectable: internal methods ,fixes #3205 --- 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");