From c9899d5e07317426694b592e39213c0b186fd5c6 Mon Sep 17 00:00:00 2001 From: LabEG Date: Wed, 16 Mar 2016 22:18:26 +0300 Subject: [PATCH] Remove ugly alias for m --- mithril.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mithril.d.ts b/mithril.d.ts index 8b124528..85aae717 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -918,7 +918,6 @@ declare namespace Mithril { } } -declare var _mithril: Mithril.Static; declare var m: Mithril.Static; declare module "mithril" {