Resizable tests: Removed preserveCursor and proportionallyResize options.

This commit is contained in:
Scott González 2009-02-09 14:04:39 +00:00
parent 8eb2922452
commit a6f1cd1db7

View File

@ -22,9 +22,7 @@ var resizable_defaults = {
maxWidth: null,
minHeight: 10,
minWidth: 10,
preserveCursor: true,
preventDefault: true,
proportionallyResize: false,
zIndex: 1000
};