diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-02-09 14:04:39 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-02-09 14:04:39 +0000 |
commit | a6f1cd1db7c4796678678705af8a77f6d21a81be (patch) | |
tree | 0c9dcb1a0a170cf644398442ba3b10af4e219309 /tests/unit/resizable | |
parent | 8eb2922452513f83f8412bd7d2b731b66c0498b7 (diff) | |
download | jquery-ui-a6f1cd1db7c4796678678705af8a77f6d21a81be.tar.gz jquery-ui-a6f1cd1db7c4796678678705af8a77f6d21a81be.zip |
Resizable tests: Removed preserveCursor and proportionallyResize options.
Diffstat (limited to 'tests/unit/resizable')
-rw-r--r-- | tests/unit/resizable/resizable_defaults.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/resizable/resizable_defaults.js b/tests/unit/resizable/resizable_defaults.js index 91cbbd234..52513924d 100644 --- a/tests/unit/resizable/resizable_defaults.js +++ b/tests/unit/resizable/resizable_defaults.js @@ -22,9 +22,7 @@ var resizable_defaults = { maxWidth: null, minHeight: 10, minWidth: 10, - preserveCursor: true, preventDefault: true, - proportionallyResize: false, zIndex: 1000 }; |