From 3b1a6a34244739c5c0bf603ff30e5455fa58ef9c Mon Sep 17 00:00:00 2001 From: vvakame Date: Sun, 19 Jul 2015 16:47:20 +0900 Subject: [PATCH] fix jsdom/jsdom-tests.ts --- jsdom/jsdom-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jsdom/jsdom-tests.ts b/jsdom/jsdom-tests.ts index cb6992b49a..504f1f0641 100644 --- a/jsdom/jsdom-tests.ts +++ b/jsdom/jsdom-tests.ts @@ -47,5 +47,4 @@ jsdom.env({ } }); -var window: Window = jsdom.jsdom("
foobar
").parentWindow; -var document: Document = jsdom.jsdom(""); \ No newline at end of file +var document: Document = jsdom.jsdom("");