diff options
author | Corey Frang <gnarf@gnarf.net> | 2012-10-29 13:37:06 -0500 |
---|---|---|
committer | Corey Frang <gnarf@gnarf.net> | 2012-10-29 13:37:06 -0500 |
commit | a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66 (patch) | |
tree | 6fd12ab250ca8a2963ca9cd0b204af3aad30ca7c /ui | |
parent | d074efe5289db4f5182a685046e9b9ad6186ac26 (diff) | |
download | jquery-ui-a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66.tar.gz jquery-ui-a688e7c8d42d3d7737f2bab2fbe7c99b23f87a66.zip |
Mixed spaces and tabs removed
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.dialog.js | 6 |
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; |