From eb6ccff48ce4b6991e11e060a8233c152fcc15f9 Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 3 Sep 2015 20:51:27 +0900 Subject: [PATCH] fix phantom/phantom-tests.ts --- phantom/phantom-tests.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phantom/phantom-tests.ts b/phantom/phantom-tests.ts index bd12a5e6e..d18168827 100644 --- a/phantom/phantom-tests.ts +++ b/phantom/phantom-tests.ts @@ -117,7 +117,7 @@ phantom.create((ph) => { var finishedFunc = (result: any) => { ph.exit(); }; - page.evaluate(someFunc, finishedFunc, 'div', {wahtt: 111}); + page.evaluate(someFunc, finishedFunc, 'div', {wahtt: 111}); }); }); @@ -164,5 +164,3 @@ phantom.create((ph) => { }); }); }); - -