Merge pull request #1503 from wiktortomczak/patch-1

Add @externs annotation.
This commit is contained in:
Leo Horie 2017-01-10 08:16:17 -05:00 committed by GitHub
commit 84d7c722f9

View file

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