From a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66 Mon Sep 17 00:00:00 2001 From: Corey Frang Date: Mon, 29 Oct 2012 13:37:06 -0500 Subject: [PATCH] Mixed spaces and tabs removed --- ui/jquery.ui.dialog.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 08f84e192..dcf44580e 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -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; -- 2.39.5