summaryrefslogtreecommitdiffstats
path: root/web/js/labitrack.d/44-about.js
blob: 9bc03dcf514537b2e6331b840059a7be8335d003 (plain) (blame)
1
2
3
4
5
6
7
8
9
(function(){
	var view = λ.routableview.extend({
		render: function () {
			λ.setcontent('about');
		}
	});

	view.route('about');
}());