view view/layout/init.tt @ 13:a9ce584a7f3b

test for mercurial repositories
author sergey
date Mon, 19 May 2014 04:34:28 +0400
parents 573272ec604b
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');
%]