From e66bc8ca54d2eb7f3b133e8be05d6762b3df44ce Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Mon, 21 Jul 2014 22:48:24 -0400 Subject: [PATCH] externs for closure compiler --- mithril.closure-compiler-externs.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mithril.closure-compiler-externs.js diff --git a/mithril.closure-compiler-externs.js b/mithril.closure-compiler-externs.js new file mode 100644 index 00000000..ed3575ca --- /dev/null +++ b/mithril.closure-compiler-externs.js @@ -0,0 +1,15 @@ +var m = { + "render": function () {}, + "trust": function () {}, + "module": function () {}, + "redraw": function () {}, + "startComputation": function () {}, + "endComputation": function () {}, + "withAttr": function () {}, + "route": function () {}, + "prop": function () {}, + "deferred": function () {}, + "sync": function () {}, + "request": function () {}, + "deps": function () {} +}