]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable tests: Removed preserveCursor and proportionallyResize options.
authorScott González <scott.gonzalez@gmail.com>
Mon, 9 Feb 2009 14:04:39 +0000 (14:04 +0000)
committerScott González <scott.gonzalez@gmail.com>
Mon, 9 Feb 2009 14:04:39 +0000 (14:04 +0000)
tests/unit/resizable/resizable_defaults.js

index 91cbbd234bbaf4c90ad595d5c67d459739a88e4a..52513924d014c02cbc0930de60b7031fd06e709a 100644 (file)
@@ -22,9 +22,7 @@ var resizable_defaults = {
        maxWidth: null,
        minHeight: 10,
        minWidth: 10,
-       preserveCursor: true,
        preventDefault: true,
-       proportionallyResize: false,
        zIndex: 1000
 };