diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-02 02:16:18 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-02 02:16:18 +0100 |
commit | 8714240c909d9c2f2deeb6ae99f219295f67c708 (patch) | |
tree | 13833dee5b8eb30dda4de5f05af0a9a02291780f /lib/decl | |
parent | 344d3bda09c2e03035598c3ad1c974dd0d9977e2 (diff) |
show accepted exchanges
Diffstat (limited to 'lib/decl')
-rw-r--r-- | lib/decl/mithril.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decl/mithril.d.ts b/lib/decl/mithril.d.ts index c87102260..c45633490 100644 --- a/lib/decl/mithril.d.ts +++ b/lib/decl/mithril.d.ts @@ -608,7 +608,7 @@ declare module _mithril { * * @see m.component */ - controller: MithrilControllerFunction<T> | + controller?: MithrilControllerFunction<T> | MithrilControllerConstructor<T>; /** |