Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Jul 3, 2016
1 parent b3f99cc commit 3e457b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HTMLParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -2893,7 +2893,7 @@ - (HTMLElement *)elementInScopeWithTagNameInArray:(NSArray *)tagNames
}

- (HTMLElement *)elementInSpecificScopeWithTagNameInArray:(NSArray *)tagNames
elementTypes:(NSDictionary *)elementTypes
elementTypes:(NSDictionary *)elementTypes
{
for (HTMLElement *node in _stackOfOpenElements.reverseObjectEnumerator) {
if ([tagNames containsObject:node.tagName]) return node;
Expand Down

0 comments on commit 3e457b3

Please sign in to comment.