externs for closure compiler

This commit is contained in:
Leo Horie 2014-07-21 22:48:24 -04:00
parent c8e0d917f7
commit e66bc8ca54

View 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 () {}
}