From eb831dc4ac445bea689799cc0a8d3989f520a05c Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 25 Mar 2010 10:40:37 -0700 Subject: [PATCH] Typo. Closes #572. --- AppKit/CPView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 7b1bded96..318c45357 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -668,7 +668,7 @@ var CPViewFlags = { }, return _tag; } -- (void)viewWithTag:(CPInteger)aTag +- (CPView)viewWithTag:(CPInteger)aTag { if ([self tag] == aTag) return self;