view 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 source

[%
	document.dojo = {
		modules = [],
		config = {
			parseOnLoad = 1,
            async = 1,
            packages = [
            	{name = 'implab', location = app.location.static.js.implab.toString()}
            ]
		}
	};
%]