File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -504,19 +504,19 @@ describe('Hash routing', function() {
504504
505505 render : function ( ) {
506506 return Router . Locations ( { ref : 'router' , hash : true , className : 'App' } ,
507- Router . Location ( {
508- path : '/' ,
509- handler : function ( props ) {
510- return Router . Link ( { ref : 'link' , href : '/hello' } , 'mainpage' ) ;
511- }
512- } ) ,
513- Router . Location ( {
514- path : '/:slug' ,
515- handler : function ( props ) {
516- return div ( null , props . slug ) ;
517- }
518- } )
519- ) ;
507+ Router . Location ( {
508+ path : '/' ,
509+ handler : function ( props ) {
510+ return Router . Link ( { ref : 'link' , href : '/hello' } , 'mainpage' ) ;
511+ }
512+ } ) ,
513+ Router . Location ( {
514+ path : '/:slug' ,
515+ handler : function ( props ) {
516+ return div ( null , props . slug ) ;
517+ }
518+ } )
519+ ) ;
520520 }
521521 } ) ;
522522
You can’t perform that action at this time.
0 commit comments