view view/layout/init.tt @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +0400
parents 7d92a42f8e18
children
line wrap: on
line source

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