Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity).

This commit is contained in:
Scott González 2009-01-15 23:19:27 +00:00
parent c1b698bb55
commit 358be8bd46
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ var defaults = {
handle: false,
helper: "original",
iframeFix: false,
opacity: 1.0,
opacity: null,
refreshPositions: false,
revert: false,
revertDuration: 500,

View File

@ -410,7 +410,7 @@ $.extend($.ui.draggable, {
handle: false,
helper: "original",
iframeFix: false,
opacity: 1,
opacity: null,
refreshPositions: false,
revert: false,
revertDuration: 500,