diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-01-15 23:19:27 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-01-15 23:19:27 +0000 |
commit | 358be8bd46ca81f16f4ca8215d35118c22b1d86d (patch) | |
tree | 1b1a3d259e4521916f7ec4d510ff5201f43d5ea7 /tests | |
parent | c1b698bb55adcf853e80ee3da0221e7a69dd1df2 (diff) | |
download | jquery-ui-358be8bd46ca81f16f4ca8215d35118c22b1d86d.tar.gz jquery-ui-358be8bd46ca81f16f4ca8215d35118c22b1d86d.zip |
Draggable: Fixed # 3808: Setting default opacity to null (preserve current opacity).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/draggable/draggable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/draggable.js b/tests/unit/draggable/draggable.js index 60109530b..9edba57f0 100644 --- a/tests/unit/draggable/draggable.js +++ b/tests/unit/draggable/draggable.js @@ -21,7 +21,7 @@ var defaults = { handle: false, helper: "original", iframeFix: false, - opacity: 1.0, + opacity: null, refreshPositions: false, revert: false, revertDuration: 500, |