Merge pull request #1010 from isiahmeadows/reattempt-definition-fix
Fix documentation nit
This commit is contained in:
commit
d0392953c5
1 changed files with 1 additions and 2 deletions
3
mithril.d.ts
vendored
3
mithril.d.ts
vendored
|
|
@ -845,8 +845,7 @@ declare namespace Mithril {
|
||||||
config?(xhr: XMLHttpRequest, options: this): any;
|
config?(xhr: XMLHttpRequest, options: this): any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The data to send with the request. This is automatically serialized
|
* The data to send with the request.
|
||||||
* to a querystring.
|
|
||||||
*/
|
*/
|
||||||
data?: Object;
|
data?: Object;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue