]> source.dussan.org Git - jquery-ui.git/commitdiff
resizable unit tests: defaults alpha order
authorRichard Worth <rdworth@gmail.com>
Sat, 7 Feb 2009 21:22:47 +0000 (21:22 +0000)
committerRichard Worth <rdworth@gmail.com>
Sat, 7 Feb 2009 21:22:47 +0000 (21:22 +0000)
tests/unit/resizable/resizable_defaults.js

index 8d592dfbb8bc9ff44b4db7024871df394667e2f7..9be87a1baa56b4dd86fcb9e146cb63596079ae0b 100644 (file)
@@ -3,10 +3,10 @@
  */
 
 var resizable_defaults = {
+       alsoResize: false,
        animate: false,
        animateDuration: 'slow',
        animateEasing: 'swing',
-       alsoResize: false,
        aspectRatio: false,
        autoHide: false,
        cancel: ':input,option',