view view/layout/init.tt @ 15:573a92d54f07

sync
author sergey
date Tue, 20 May 2014 01:27:30 +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');
%]