From ab92e0e05f387ae2208e5a3e9b8800f5f0ff0578 Mon Sep 17 00:00:00 2001 From: zzmp Date: Wed, 17 Sep 2014 17:07:39 -0700 Subject: [PATCH] added typescript definition of m.deps --- mithril.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/mithril.d.ts b/mithril.d.ts index 9f61b49e..ece7944a 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -20,6 +20,7 @@ interface MithrilStatic { sync(promises: MithrilPromise[]): MithrilPromise; startComputation(): void; endComputation(): void; + deps(window: any): any; } interface MithrilVirtualElement {