From 4f11e3facf42c7691ae89a55fd35bb10b8ecfc0f Mon Sep 17 00:00:00 2001 From: Arvitaly Date: Sat, 30 May 2015 23:49:38 +0300 Subject: [PATCH] Fixed ur to url for RequestResource in phantomjs --- phantomjs/phantomjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phantomjs/phantomjs.d.ts b/phantomjs/phantomjs.d.ts index 3682024b62..0bb6af7b8a 100644 --- a/phantomjs/phantomjs.d.ts +++ b/phantomjs/phantomjs.d.ts @@ -173,7 +173,7 @@ interface ResourceResponse { interface ResourceRequest { id: number; method: string; - ur: string; + url: string; time: Date; headers: { [name: string]: string; }; }