aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.selectable.js
diff options
context:
space:
mode:
authorChi Cheng <cloudream@gmail.com>2008-08-16 14:59:20 +0000
committerChi Cheng <cloudream@gmail.com>2008-08-16 14:59:20 +0000
commit20ef7747b1247964d7edbaa54b8e4955b5b364e0 (patch)
treeaf0ba31aa017bc1547ddcd6d84f165d64d3e95d9 /ui/ui.selectable.js
parentd5aa6e4677fb14d4477f670226ac8eb5863975f5 (diff)
downloadjquery-ui-20ef7747b1247964d7edbaa54b8e4955b5b364e0.tar.gz
jquery-ui-20ef7747b1247964d7edbaa54b8e4955b5b364e0.zip
selectable: internal methods ,fixes #3205
Diffstat (limited to 'ui/ui.selectable.js')
-rw-r--r--ui/ui.selectable.js2
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");