Skip to content

Commit

Permalink
remove unneeded argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed May 23, 2016
1 parent ce0bf86 commit 4a99b83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/style-properties.html
Expand Up @@ -409,8 +409,7 @@
} else if (cssText) {
// apply css after the scope style of the element to help with
// style precedence rules.
style = styleUtil.applyCss(cssText, selector, element.root,
element._scopeStyle);
style = styleUtil.applyCss(cssText, selector, element.root);
}
} else {
// shady and no cache hit
Expand Down

0 comments on commit 4a99b83

Please sign in to comment.