Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:44:11 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 08:44:11 +0000 (16:44 +0800)
Pman.Gnumeric.js

index 5e80ad8..97bf2c6 100644 (file)
@@ -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)) ;  // can we do this?
+                rcs.push((c).toString(16)) ;  // can we do this? - gnumeric expects bytes.
             });
             return rcs.join(':');