mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity).
This commit is contained in:
parent
c1b698bb55
commit
358be8bd46
@ -21,7 +21,7 @@ var defaults = {
|
||||
handle: false,
|
||||
helper: "original",
|
||||
iframeFix: false,
|
||||
opacity: 1.0,
|
||||
opacity: null,
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
|
@ -410,7 +410,7 @@ $.extend($.ui.draggable, {
|
||||
handle: false,
|
||||
helper: "original",
|
||||
iframeFix: false,
|
||||
opacity: 1,
|
||||
opacity: null,
|
||||
refreshPositions: false,
|
||||
revert: false,
|
||||
revertDuration: 500,
|
||||
|
Loading…
Reference in New Issue
Block a user