diff --git a/AppKit/_CPCornerView.j b/AppKit/_CPCornerView.j index 9906ab665..30b003bbc 100644 --- a/AppKit/_CPCornerView.j +++ b/AppKit/_CPCornerView.j @@ -34,7 +34,7 @@ + (id)themeAttributes { return [CPDictionary dictionaryWithObjects:[[CPNull null], [CPNull null]] - forKeys:[@"background-color", "divider-color"]]; + forKeys:[@"background-color", @"divider-color"]]; } - (void)drawRect:(CGRect)aRect