From e910fee03f003e5dcc656e7b911a1af29556dbd4 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Fri, 21 Aug 2009 19:54:25 -0700 Subject: [PATCH] Fixed spacing issue. Reviewed by me. --- AppKit/CoreGraphics/CGContextCanvas.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CoreGraphics/CGContextCanvas.j b/AppKit/CoreGraphics/CGContextCanvas.j index d7ad4bb99..1e123a6bf 100644 --- a/AppKit/CoreGraphics/CGContextCanvas.j +++ b/AppKit/CoreGraphics/CGContextCanvas.j @@ -239,7 +239,7 @@ function CGContextSetAlpha(aContext, anAlpha) } function CGContextSetFillColor(aContext, aColor) -{ +{ aContext.fillStyle = [aColor cssString]; }