]> source.dussan.org Git - jquery-ui.git/commitdiff
Resizable: Fixed defaults in tests.
authorScott González <scott.gonzalez@gmail.com>
Fri, 30 Jan 2009 04:53:30 +0000 (04:53 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 30 Jan 2009 04:53:30 +0000 (04:53 +0000)
tests/unit/resizable/resizable.js
ui/ui.resizable.js

index dd0d11c05b64d54a1c30756a2acb57468a4be6d5..260e923b17f4e81a74f756b13fb4c0a8d6324897 100644 (file)
@@ -21,9 +21,8 @@ var defaults = {
        distance: 1,
        ghost: false,
        grid: false,
-       handles: '???',
-       helper: null,
-       knobHandles: false,
+       handles: 'e,s,se',
+       helper: false,
        maxHeight: null,
        maxWidth: null,
        minHeight: 10,
index 8908244cfc60ee4c17c3b22d84eb40742430a43c..9ccfad4fd4122d8836efb4de7346d5d73455f808 100644 (file)
@@ -516,6 +516,7 @@ $.extend($.ui.resizable, {
                distance: 1,
                ghost: false,
                grid: false,
+               handles: "e,s,se",
                helper: false,
                maxHeight: null,
                maxWidth: null,