From 20ef7747b1247964d7edbaa54b8e4955b5b364e0 Mon Sep 17 00:00:00 2001 From: Chi Cheng Date: Sat, 16 Aug 2008 14:59:20 +0000 Subject: selectable: internal methods ,fixes #3205 --- ui/ui.selectable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- cgit v1.2.3