diff options
-rw-r--r-- | ui/ui.colorpicker.js | 2 | ||||
-rw-r--r-- | ui/ui.progressbar.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/ui.colorpicker.js b/ui/ui.colorpicker.js index 5c2386a81..f13af12df 100644 --- a/ui/ui.colorpicker.js +++ b/ui/ui.colorpicker.js @@ -469,4 +469,4 @@ $.extend($.ui.colorpicker, { } }); -})(jQuery);
\ No newline at end of file +})(jQuery); diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index 35afe0f20..6081e7382 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -192,4 +192,4 @@ $.ui.progressbar.defaults = { textClass: '' }; -})(jQuery);
\ No newline at end of file +})(jQuery); |