externs for closure compiler
This commit is contained in:
parent
c8e0d917f7
commit
e66bc8ca54
1 changed files with 15 additions and 0 deletions
15
mithril.closure-compiler-externs.js
Normal file
15
mithril.closure-compiler-externs.js
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
var m = {
|
||||||
|
"render": function () {},
|
||||||
|
"trust": function () {},
|
||||||
|
"module": function () {},
|
||||||
|
"redraw": function () {},
|
||||||
|
"startComputation": function () {},
|
||||||
|
"endComputation": function () {},
|
||||||
|
"withAttr": function () {},
|
||||||
|
"route": function () {},
|
||||||
|
"prop": function () {},
|
||||||
|
"deferred": function () {},
|
||||||
|
"sync": function () {},
|
||||||
|
"request": function () {},
|
||||||
|
"deps": function () {}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue