aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-02-09 14:03:12 +0000
committerScott González <scott.gonzalez@gmail.com>2009-02-09 14:03:12 +0000
commit8eb2922452513f83f8412bd7d2b731b66c0498b7 (patch)
tree1ceb06637999111666bc54c18a47e4a2d72979e9 /tests
parent176b2d21cd959d88fc30676cd2c5f081f6b64c15 (diff)
downloadjquery-ui-8eb2922452513f83f8412bd7d2b731b66c0498b7.tar.gz
jquery-ui-8eb2922452513f83f8412bd7d2b731b66c0498b7.zip
Resizable tests: Removed transparent option.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/resizable/resizable_defaults.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/resizable/resizable_defaults.js b/tests/unit/resizable/resizable_defaults.js
index 23955e620..91cbbd234 100644
--- a/tests/unit/resizable/resizable_defaults.js
+++ b/tests/unit/resizable/resizable_defaults.js
@@ -25,7 +25,6 @@ var resizable_defaults = {
preserveCursor: true,
preventDefault: true,
proportionallyResize: false,
- transparent: false,
zIndex: 1000
};