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;