diff options
Diffstat (limited to 'ui/jquery.ui.resizable.js')
-rw-r--r-- | ui/jquery.ui.resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index d93e07948..8d9572fde 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -33,7 +33,7 @@ $.widget("ui.resizable", $.ui.mouse, { minWidth: 10, zIndex: 1000 }, - _init: function() { + _create: function() { var self = this, o = this.options; this.element.addClass("ui-resizable"); |