Merge pull request #1010 from isiahmeadows/reattempt-definition-fix

Fix documentation nit
This commit is contained in:
Isiah Meadows 2016-04-02 16:25:35 -04:00
commit d0392953c5

3
mithril.d.ts vendored
View file

@ -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;
}