From d48b56a28c0651eaa7b0239ebd29736d33c46aa1 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sat, 20 Sep 2008 13:11:01 +0000 Subject: [PATCH] Corrected naming and capitalization consistency for Colorpicker and Progressbar --- ui/ui.colorpicker.js | 4 ++-- ui/ui.progressbar.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/ui.colorpicker.js b/ui/ui.colorpicker.js index f38052d7c..90a3ff160 100644 --- a/ui/ui.colorpicker.js +++ b/ui/ui.colorpicker.js @@ -1,11 +1,11 @@ /* - * jQuery UI Color Picker @VERSION + * jQuery UI Colorpicker @VERSION * * Copyright (c) 2008 Stefan Petre, Paul Bakaus * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * http://docs.jquery.com/UI/ColorPicker + * http://docs.jquery.com/UI/Colorpicker * * Depends: * ui.core.js diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index eeb30dd7e..20285eaba 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -1,11 +1,11 @@ /* - * jQuery UI ProgressBar @VERSION + * jQuery UI Progressbar @VERSION * * Copyright (c) 2008 Eduardo Lundgren * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * http://docs.jquery.com/UI/ProgressBar + * http://docs.jquery.com/UI/Progressbar * * Depends: * ui.core.js -- 2.39.5