view view/layout/init.tt @ 9:3efa63d911d4

sync
author sergey
date Wed, 14 May 2014 17:29:04 +0400
parents 7d92a42f8e18
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()}
            ]
		}
	};
%]