Fix documentation nit

This commit is contained in:
impinball 2016-04-02 15:51:38 -04:00
parent 26b8a029f5
commit 89165e9cab

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