We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d5fe commit bd427c5Copy full SHA for bd427c5
TFHppleElement.m
@@ -76,8 +76,7 @@ - (NSArray *) children
76
{
77
NSMutableArray *children = [NSMutableArray array];
78
for (NSDictionary *child in [node objectForKey:TFHppleNodeChildrenKey]) {
79
- TFHppleElement *element = [TFHppleElement hppleElementWithNode:child];
80
- [children addObject:element];
+ [children addObject:[TFHppleElement hppleElementWithNode:child]];
81
}
82
return children;
83
0 commit comments