Roo/lib/Color.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 9 Feb 2012 05:53:33 +0000 (13:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 9 Feb 2012 05:53:33 +0000 (13:53 +0800)
Roo/lib/Color.js

index 73b3064..9aa2650 100644 (file)
@@ -196,7 +196,7 @@ Roo.lib.Colour = function(){
     node.style.backgroundColor = this.getCSSHexadecimalRGB();
 
   };
-  
+  // convert between formats..
   this.toRGB()
   {
     var r = this.getIntegerRGB();