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