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() {} }