From: Scott González Date: Mon, 23 Apr 2012 02:15:29 +0000 (-0400) Subject: Accordion: Fixed indentation. X-Git-Tag: 1.9.0m8~106 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=822e1c500976634f0b9c49e6ad40aa6ec172e9e0;p=jquery-ui.git Accordion: Fixed indentation. --- diff --git a/ui/jquery.ui.accordion.js b/ui/jquery.ui.accordion.js index 00ecd1b64..81f74f0b9 100644 --- a/ui/jquery.ui.accordion.js +++ b/ui/jquery.ui.accordion.js @@ -12,10 +12,11 @@ * 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";