]> source.dussan.org Git - jquery-ui.git/commitdiff
Accordion: Fixed indentation.
authorScott González <scott.gonzalez@gmail.com>
Mon, 23 Apr 2012 02:15:29 +0000 (22:15 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 23 Apr 2012 02:15:29 +0000 (22:15 -0400)
ui/jquery.ui.accordion.js

index 00ecd1b64c6b8260d044039e398d0b6b24ed762f..81f74f0b9b9e460fa0daa6534a1703ca1cfb0e76 100644 (file)
  *     jquery.ui.widget.js
  */
 (function( $, undefined ) {
-       var uid = 0,
-               hideProps = {},
-               showProps = {},
-               showPropsAdjust = {};
+
+var uid = 0,
+       hideProps = {},
+       showProps = {},
+       showPropsAdjust = {};
 
 hideProps.height = hideProps.paddingTop = hideProps.paddingBottom =
        hideProps.borderTopWidth = hideProps.borderBottomWidth = "hide";