From 98b0d4453ef7df860f3f097d9cffcc5e947b0400 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 17 Nov 2010 16:43:47 +0800 Subject: [PATCH] Pman.Gnumeric.js --- Pman.Gnumeric.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Gnumeric.js b/Pman.Gnumeric.js index aedb1cb5..dc101f7f 100644 --- a/Pman.Gnumeric.js +++ b/Pman.Gnumeric.js @@ -929,7 +929,7 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, { var rcs = []; ar = ar.slice(0,3); Roo.each(ar, function(c) { - rcs.push((c).toString(16)) ; + rcs.push((c).toString(16)) ; // can we do this? }); return rcs.join(':'); -- 2.39.2