Fix implementation of the shorthand "anyOf" selector

This commit is contained in:
iska
2015-11-24 23:03:13 +01:00
parent 578806ec2f
commit 85abf35099
+1 -1
View File
@@ -159,7 +159,7 @@ CSSSelector * allOf( NSArray<CSSSelector *> * selectors)
CSSSelector * anyOf( NSArray<CSSSelector *> * selectors)
{
return [CSSCompoundSelector andSelector:selectors];
return [CSSCompoundSelector orSelector:selectors];
}
#pragma mark - Pseudo