selectable: internal methods ,fixes #3205

This commit is contained in:
Chi Cheng 2008-08-16 14:59:20 +00:00
parent d5aa6e4677
commit 20ef7747b1

View File

@ -13,7 +13,7 @@
(function($) {
$.widget("ui.selectable", $.extend({}, $.ui.mouse, {
init: function() {
_init: function() {
var self = this;
this.element.addClass("ui-selectable");