mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-27 04:37:41 +00:00
prototypes+style
This commit is contained in:
@@ -136,7 +136,7 @@ CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName";
|
||||
var other = [[self class] alloc];
|
||||
return [other initWithParagraphStyle:self];
|
||||
}
|
||||
- initWithParagraphStyle:(CPParagraphStyle) other
|
||||
- (CPParagraphStyle)initWithParagraphStyle:(CPParagraphStyle)other
|
||||
{
|
||||
other._tabStops = [_tabStops copy];
|
||||
other._alignment = _alignment;
|
||||
|
||||
Reference in New Issue
Block a user