diff options
Diffstat (limited to 'ui/source/ui.resizable.js')
-rw-r--r-- | ui/source/ui.resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/source/ui.resizable.js b/ui/source/ui.resizable.js index 7e9ed4de0..ba8c12ea8 100644 --- a/ui/source/ui.resizable.js +++ b/ui/source/ui.resizable.js @@ -12,7 +12,7 @@ * * Revision: $Id: ui.resizable.js 5668 2008-05-22 18:17:30Z rdworth $ */ -;(function($) { +(function($) { $.widget("ui.resizable", $.extend($.ui.mouse, { init: function() { |