From 9e02f801765abb57f426a8a3116b6bcaa2698126 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 5 Feb 2010 03:03:50 +0000 Subject: Fixed event prefix in all plugins that don't use the default prefix. Fixes #5134 - Events not being triggered for drag and drop. --- ui/jquery.ui.resizable.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/jquery.ui.resizable.js') diff --git a/ui/jquery.ui.resizable.js b/ui/jquery.ui.resizable.js index 3512b49be..4ba723884 100644 --- a/ui/jquery.ui.resizable.js +++ b/ui/jquery.ui.resizable.js @@ -15,6 +15,7 @@ (function($) { $.widget("ui.resizable", $.ui.mouse, { + widgetEventPrefix: "resize", options: { alsoResize: false, animate: false, @@ -518,8 +519,7 @@ $.widget("ui.resizable", $.ui.mouse, { }); $.extend($.ui.resizable, { - version: "@VERSION", - eventPrefix: "resize" + version: "@VERSION" }); /* -- cgit v1.2.3