Merge branch 'next' into components

This commit is contained in:
Leo Horie 2015-03-26 22:27:43 -04:00
commit b84fb1b40c

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