Skip to content

Commit 14eefb1

Browse files
committed
ajax docs simplified
1 parent d7d495a commit 14eefb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ajax.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ var param = require("../../js/param/param");
3434
* - __data__ `{Object}` The data of the request. If data needs to be urlencoded (e.g. for GET requests or for CORS) it is serialized with [can-util/js/param].
3535
* - __dataType__ `{String}` Type of data. _Default is `json`_.
3636
* - __crossDomain__ `{Boolean}` If you wish to force a crossDomain request (such as JSONP) on the same domain, set the value of crossDomain to true. This allows, for example, server-side redirection to another domain. Default: `false` for same-domain requests, `true` for cross-domain requests.
37-
* - __userAgent__ `{String}` _Default: `XMLHttpRequest`_.
38-
* - __lang__ `{String}` _Default `en`_.
3937
*
4038
* @return {Promise} A Promise that resolves to the data. The Promise instance is abortable and exposes an `abort` method. Invoking abort on the Promise instance indirectly rejects it.
4139
*

0 commit comments

Comments
 (0)