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;
|
||||
|
||||
/**
|
||||
* The data to send with the request. This is automatically serialized
|
||||
* to a querystring.
|
||||
* The data to send with the request.
|
||||
*/
|
||||
data?: Object;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue