From 329acc82c3f4a3a3908d1418f6b8236d7e44e777 Mon Sep 17 00:00:00 2001 From: Wiktor Tomczak Date: Sun, 1 Jan 2017 17:27:44 +0100 Subject: [PATCH] Update mithril.closure-compiler-externs.js --- mithril.closure-compiler-externs.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mithril.closure-compiler-externs.js b/mithril.closure-compiler-externs.js index 294c3ee1..ff1eb605 100644 --- a/mithril.closure-compiler-externs.js +++ b/mithril.closure-compiler-externs.js @@ -1,3 +1,8 @@ +/** + * @fileoverview Closure Compiler externs for Mithril. + * @see http://mithril.js.org + * @externs + */ var m = { "render": function () {}, "mount": function () {}, @@ -14,4 +19,4 @@ var m = { "request": function () {}, "deps": function () {}, "component": function() {} -} +};