From 132fe161760041c284a691add319e69dc017b54c Mon Sep 17 00:00:00 2001 From: Patrick Kristiansen Date: Tue, 4 Aug 2015 16:57:13 +0200 Subject: [PATCH] Update externs for Google Closure compiler --- mithril.closure-compiler-externs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mithril.closure-compiler-externs.js b/mithril.closure-compiler-externs.js index ed3575ca..294c3ee1 100644 --- a/mithril.closure-compiler-externs.js +++ b/mithril.closure-compiler-externs.js @@ -1,5 +1,6 @@ var m = { "render": function () {}, + "mount": function () {}, "trust": function () {}, "module": function () {}, "redraw": function () {}, @@ -11,5 +12,6 @@ var m = { "deferred": function () {}, "sync": function () {}, "request": function () {}, - "deps": function () {} + "deps": function () {}, + "component": function() {} }