Fixed spacing issue.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-08-21 20:03:26 -07:00
parent 7528c452c4
commit e910fee03f
+1 -1
View File
@@ -239,7 +239,7 @@ function CGContextSetAlpha(aContext, anAlpha)
}
function CGContextSetFillColor(aContext, aColor)
{
{
aContext.fillStyle = [aColor cssString];
}