aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/ui.selectable.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-06-05 12:14:12 +0000
committerScott González <scott.gonzalez@gmail.com>2008-06-05 12:14:12 +0000
commitc8207f4b30344b384376864a2eaa763706783a94 (patch)
tree5e5264710a158a45acb995ddd5dd9a4c12141ed3 /ui/source/ui.selectable.js
parent667666fbc6c82467ff7bd3aee247fbfbd554a272 (diff)
downloadjquery-ui-c8207f4b30344b384376864a2eaa763706783a94.tar.gz
jquery-ui-c8207f4b30344b384376864a2eaa763706783a94.zip
Removed leading semicolons.
Diffstat (limited to 'ui/source/ui.selectable.js')
-rw-r--r--ui/source/ui.selectable.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/source/ui.selectable.js b/ui/source/ui.selectable.js
index 72ff9d1f2..399ae71f4 100644
--- a/ui/source/ui.selectable.js
+++ b/ui/source/ui.selectable.js
@@ -12,7 +12,7 @@
*
* Revision: $Id: ui.selectable.js 5581 2008-05-13 16:58:03Z scott.gonzalez $
*/
-;(function($) {
+(function($) {
$.widget("ui.selectable", $.extend($.ui.mouse, {
init: function() {