Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9f828a0

Browse files
docs(ngResource): fix over-length line
1 parent 655da39 commit 9f828a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ngResource/resource.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ function shallowClearAndCopy(src, dst) {
134134
* - **`timeout`** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise} that
135135
* should abort the request when resolved.
136136
* - **`withCredentials`** - `{boolean}` - whether to set the `withCredentials` flag on the
137-
* XHR object. See [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5)
137+
* XHR object. See
138+
* [requests with credentials](https://developer.mozilla.org/en/http_access_control#section_5)
138139
* for more information.
139140
* - **`responseType`** - `{string}` - see
140141
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).

0 commit comments

Comments
 (0)