update typescript definition

This commit is contained in:
Leo Horie 2015-03-26 22:27:31 -04:00
parent 0dcfd59d29
commit bcc8f427a1

2
mithril.d.ts vendored
View file

@ -35,6 +35,8 @@ declare module _mithril {
param(key: string): string;
mode: string;
buildQueryString(data: Object): String
parseQueryString(data: String): Object
}
request<T>(options: MithrilXHROptions): MithrilPromise<T>;