Merge remote-tracking branch 'origin/next' into next

This commit is contained in:
Leo Horie 2014-11-17 21:40:53 -05:00
commit 5be3a22148

4
mithril.d.ts vendored
View file

@ -63,3 +63,7 @@ interface MithrilXHROptions {
declare var Mithril: MithrilStatic;
declare var m: MithrilStatic;
declare module 'mithril' {
export = MithrilStatic;
}