aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
diff options
context:
space:
mode:
authorCorey Frang <gnarf@gnarf.net>2012-10-29 13:37:06 -0500
committerCorey Frang <gnarf@gnarf.net>2012-10-29 13:37:06 -0500
commita688e7c8d42d3d7737f2bab2fbe7c99b23f87a66 (patch)
tree6fd12ab250ca8a2963ca9cd0b204af3aad30ca7c /ui/jquery.ui.dialog.js
parentd074efe5289db4f5182a685046e9b9ad6186ac26 (diff)
downloadjquery-ui-a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66.tar.gz
jquery-ui-a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66.zip
Mixed spaces and tabs removed
Diffstat (limited to 'ui/jquery.ui.dialog.js')
-rw-r--r--ui/jquery.ui.dialog.js6
1 files 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;