15 lines
416 B
JavaScript
15 lines
416 B
JavaScript
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 () {}
|
|
}
|