Remove ugly alias for m

This commit is contained in:
LabEG 2016-03-16 22:18:26 +03:00
parent 7f5d42e08c
commit c9899d5e07

1
mithril.d.ts vendored
View file

@ -918,7 +918,6 @@ declare namespace Mithril {
} }
} }
declare var _mithril: Mithril.Static;
declare var m: Mithril.Static; declare var m: Mithril.Static;
declare module "mithril" { declare module "mithril" {