summaryrefslogtreecommitdiff
path: root/lib/dojo/router.js
blob: 838e54c883948b41cb5291ea136c52e5de44a41e (plain)
1
2
3
4
5
6
7
8
/*
	Copyright (c) 2004-2016, The JS Foundation All Rights Reserved.
	Available via Academic Free License >= 2.1 OR the modified BSD license.
	see: http://dojotoolkit.org/license for details
*/

//>>built
define("dojo/router",["./router/RouterBase"],function(_1){return new _1({});});