refactor(platform-browser): polishing (#13744)

This commit is contained in:
Dzmitry Shylovich
2017-01-02 13:20:32 +03:00
committed by Miško Hevery
parent 863285a4b0
commit a64c9b5d5b
2 changed files with 23 additions and 26 deletions

View File

@ -13,7 +13,7 @@ import {expect} from '@angular/platform-browser/testing/matchers';
export function main() {
describe('DomSharedStylesHost', () => {
let doc: any /** TODO #9100 */;
let doc: Document;
let ssh: DomSharedStylesHost;
let someHost: Element;
beforeEach(() => {