aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-07 20:58:56 +0000
committerPeter Bacon Darwin2014-02-16 19:03:41 +0000
commit9f828a07dc63ed13bda991cc7cf21cae89b64948 (patch)
treef79e0da2b0f14b4c4a492e15d382c11d0c17c8a6 /src/ngResource
parent655da39c018ab2247d15bd05bb68e3203aa16d38 (diff)
downloadangular.js-9f828a07dc63ed13bda991cc7cf21cae89b64948.tar.bz2
docs(ngResource): fix over-length line
Diffstat (limited to 'src/ngResource')
-rw-r--r--src/ngResource/resource.js3
1 files changed, 2 insertions, 1 deletions
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).