prototypes+style

This commit is contained in:
daboe01
2014-02-15 12:43:09 +01:00
parent d5456ed1db
commit e4f71420fc
4 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -1390,7 +1390,8 @@ var kDelegateRespondsTo_textShouldBeginEditing
return _textStorage._string;
}
- objectValue
// fixme: rich text should return attributed string, shouldn't it?
- (CPString)objectValue
{
return [self stringValue];
}