Mercurial > pub > site.implab
diff view/layout/init.tt @ 8:7d92a42f8e18
improved doxygen library
author | sergey |
---|---|
date | Wed, 14 May 2014 17:28:22 +0400 |
parents | |
children | 573272ec604b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/view/layout/init.tt Wed May 14 17:28:22 2014 +0400 @@ -0,0 +1,12 @@ +[% + document.dojo = { + modules = [], + config = { + parseOnLoad = 1, + async = 1, + packages = [ + {name = 'implab', location = app.location.static.js.implab.toString()} + ] + } + }; +%] \ No newline at end of file