From 9f828a07dc63ed13bda991cc7cf21cae89b64948 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 7 Feb 2014 20:58:56 +0000 Subject: docs(ngResource): fix over-length line --- src/ngResource/resource.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ngResource') diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js index d0bc6544..180ea5bb 100644 --- a/src/ngResource/resource.js +++ b/src/ngResource/resource.js @@ -134,7 +134,8 @@ function shallowClearAndCopy(src, dst) { * - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that * should abort the request when resolved. * - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the - * XHR object. See [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5) + * XHR object. See + * [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5) * for more information. * - **`responseType`** - `{string}` - see * [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType). -- cgit v1.2.3