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