Merge pull request #1503 from wiktortomczak/patch-1
Add @externs annotation.
This commit is contained in:
commit
84d7c722f9
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