From bab4fc18c8c0f37c328220d2b84b956f289d3673 Mon Sep 17 00:00:00 2001 From: Phil Brown Date: Fri, 29 May 2015 09:02:08 +1000 Subject: [PATCH] Set correct link to XMLHttpRequest.responseType The link to MDN XMLHttpRequest.responseType was incorrect. --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index fdab62a776eb..4820b2168d3d 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -739,7 +739,7 @@ function $HttpProvider() { * XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials) * for more information. * - **responseType** - `{string}` - see - * [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType). + * [XMLHttpRequest.responseType](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#xmlhttprequest-responsetype). * * @returns {HttpPromise} Returns a {@link ng.$q promise} object with the * standard `then` method and two http specific methods: `success` and `error`. The `then`