diff options
author | Chi Cheng <cloudream@gmail.com> | 2008-08-16 14:59:20 +0000 |
---|---|---|
committer | Chi Cheng <cloudream@gmail.com> | 2008-08-16 14:59:20 +0000 |
commit | 20ef7747b1247964d7edbaa54b8e4955b5b364e0 (patch) | |
tree | af0ba31aa017bc1547ddcd6d84f165d64d3e95d9 /ui/ui.selectable.js | |
parent | d5aa6e4677fb14d4477f670226ac8eb5863975f5 (diff) | |
download | jquery-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.js | 2 |
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"); |