Update mithril.closure-compiler-externs.js

This commit is contained in:
Wiktor Tomczak 2017-01-01 17:27:44 +01:00 committed by GitHub
parent c156b484a6
commit 329acc82c3

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