17 lines
477 B
JavaScript
17 lines
477 B
JavaScript
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() {}
|
|
}
|