From 358be8bd46ca81f16f4ca8215d35118c22b1d86d Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 15 Jan 2009 23:19:27 +0000 Subject: Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity). --- ui/ui.draggable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/ui.draggable.js') diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 15d6cf440..a1d17aef4 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -410,7 +410,7 @@ $.extend($.ui.draggable, { handle: false, helper: "original", iframeFix: false, - opacity: 1, + opacity: null, refreshPositions: false, revert: false, revertDuration: 500, -- cgit v1.2.3