From 1021aa14ac9b5867701e98bea3d1cf357b2229a7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 3 Aug 2021 17:58:10 +0800 Subject: [PATCH] roojs-all.js roojs-debug.js Roo/lib/Color.js --- Roo/lib/Color.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Roo/lib/Color.js b/Roo/lib/Color.js index f6d1e61bb1..09beeb7640 100644 --- a/Roo/lib/Color.js +++ b/Roo/lib/Color.js @@ -29,9 +29,9 @@ http://www.safalra.com/web-design/javascript/ * component in the range [0,360), the saturation and lightness components in * the range [0,100], and the alpha component in the range [0,1]. */ -Roo.lib.Color = function(){ - -} +Roo.lib.Color = function() { } + + Roo.apply(Roo.lib.Color.prototype, { /** * @returns an object representing the RGBA components of this Color. The red, -- 2.39.2