Skip to content

Commit

Permalink
Draggable: Fixed # 3808: Setting default opacity to null (preserve cu…
Browse files Browse the repository at this point in the history
…rrent opacity).
  • Loading branch information
scottgonzalez committed Jan 15, 2009
1 parent c1b698b commit 358be8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/draggable/draggable.js
Expand Up @@ -21,7 +21,7 @@ var defaults = {
handle: false, handle: false,
helper: "original", helper: "original",
iframeFix: false, iframeFix: false,
opacity: 1.0, opacity: null,
refreshPositions: false, refreshPositions: false,
revert: false, revert: false,
revertDuration: 500, revertDuration: 500,
Expand Down
2 changes: 1 addition & 1 deletion ui/ui.draggable.js
Expand Up @@ -410,7 +410,7 @@ $.extend($.ui.draggable, {
handle: false, handle: false,
helper: "original", helper: "original",
iframeFix: false, iframeFix: false,
opacity: 1, opacity: null,
refreshPositions: false, refreshPositions: false,
revert: false, revert: false,
revertDuration: 500, revertDuration: 500,
Expand Down

0 comments on commit 358be8b

Please sign in to comment.