Skip to content

Commit

Permalink
Merge branch 'release-1.6.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Dec 18, 2013
2 parents 1059330 + 944df7e commit a34d9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Source/DTCSSStylesheet.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
@param element The HTML element. @param element The HTML element.
@param matchedSelectors The CSS selectors that caused a match @param matchedSelectors The CSS selectors that caused a match
@param ignoreInlineStyle If `YES` then the inline styles of the element will be ignored and only the receiver's styles used
@returns The merged style dictionary containing only styles which selector matches the element @returns The merged style dictionary containing only styles which selector matches the element
*/ */
- (NSDictionary *)mergedStyleDictionaryForElement:(DTHTMLElement *)element matchedSelectors:(NSSet **)matchedSelectors ignoreInlineStyle:(BOOL)ignoreInlineStyle; - (NSDictionary *)mergedStyleDictionaryForElement:(DTHTMLElement *)element matchedSelectors:(NSSet **)matchedSelectors ignoreInlineStyle:(BOOL)ignoreInlineStyle;
Expand Down

0 comments on commit a34d9eb

Please sign in to comment.