Update mithril.closure-compiler-externs.js
This commit is contained in:
parent
c156b484a6
commit
329acc82c3
1 changed files with 6 additions and 1 deletions
|
|
@ -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() {}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue