Typo. Closes #572.

This commit is contained in:
Ross Boucher
2010-03-25 10:40:37 -07:00
parent b0d355a71c
commit eb831dc4ac
+1 -1
View File
@@ -668,7 +668,7 @@ var CPViewFlags = { },
return _tag;
}
- (void)viewWithTag:(CPInteger)aTag
- (CPView)viewWithTag:(CPInteger)aTag
{
if ([self tag] == aTag)
return self;