chore(ShadowDomStrategy): remove redundant field styleInliner

This commit is contained in:
Yegor Jbanov 2015-06-19 18:52:46 -07:00
parent 783654e6a3
commit c1a494bc37
1 changed files with 0 additions and 3 deletions

View File

@ -27,11 +27,8 @@ import {
* - see `ShadowCss` for more information and limitations.
*/
export class EmulatedScopedShadowDomStrategy extends EmulatedUnscopedShadowDomStrategy {
styleInliner: StyleInliner;
constructor(styleInliner: StyleInliner, styleUrlResolver: StyleUrlResolver, styleHost) {
super(styleInliner, styleUrlResolver, styleHost);
this.styleInliner = styleInliner;
}
processStyleElement(hostComponentId: string, templateUrl: string, styleEl): Promise<any> {