]> source.dussan.org Git - jquery-ui.git/commitdiff
Mixed spaces and tabs removed
authorCorey Frang <gnarf@gnarf.net>
Mon, 29 Oct 2012 18:37:06 +0000 (13:37 -0500)
committerCorey Frang <gnarf@gnarf.net>
Mon, 29 Oct 2012 18:37:06 +0000 (13:37 -0500)
ui/jquery.ui.dialog.js

index 08f84e192cf2ec69c3c357cbf4126bc2725923aa..dcf44580ef1ca14644031c495685409a7e6593cf 100644 (file)
@@ -583,9 +583,9 @@ $.widget("ui.dialog", {
        },
 
        _size: function() {
-               /* If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
-                * divs will both have width and height set, so we need to reset them
-                */
+
+               // If the user has resized the dialog, the .ui-dialog and .ui-dialog-content
+               // divs will both have width and height set, so we need to reset them
                var nonContentHeight, minContentHeight,
                        options = this.options;