22 lines
583 B
JavaScript
22 lines
583 B
JavaScript
/**
|
|
* @fileoverview Closure Compiler externs for Mithril.
|
|
* @see http://mithril.js.org
|
|
* @externs
|
|
*/
|
|
var m = {
|
|
"render": function () {},
|
|
"mount": 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 () {},
|
|
"component": function() {}
|
|
};
|