From 303316d8ae865bfe3d4d07f460e85e221d0ee6d4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Aug 2021 17:54:23 +0800 Subject: [PATCH] Roo/lib/Color.js --- Roo/lib/Color.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/lib/Color.js b/Roo/lib/Color.js index a49e7ce6da..5b2296f320 100644 --- a/Roo/lib/Color.js +++ b/Roo/lib/Color.js @@ -278,7 +278,7 @@ Roo.lib.RGBColor = function (r, g, b, a){ var hsv = null; var hsl = null; - /** + /* * //private returns the HSV or HSL hue component of this RGBColor. The hue is in the * range [0,360). The parameters are: * -- 2.39.2