File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ var Link = React.createClass({
109
109
} ) ;
110
110
} ,
111
111
112
- handleClick : function ( event ) {
112
+ handleClick : function ( event ) {
113
113
var allowTransition = true ;
114
114
var ret ;
115
115
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ function Redirect(props) {
12
12
function createRedirectClass ( to ) {
13
13
return React . createClass ( {
14
14
statics : {
15
- willTransitionTo : function ( transition , params , query ) {
15
+ willTransitionTo : function ( transition , params , query ) {
16
16
transition . redirect ( to , params , query ) ;
17
17
}
18
18
} ,
19
19
20
- render : function ( ) {
20
+ render : function ( ) {
21
21
return null ;
22
22
}
23
23
} ) ;
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ var Route = React.createClass({
72
72
73
73
} ,
74
74
75
- getDefaultProps : function ( ) {
75
+ getDefaultProps : function ( ) {
76
76
return {
77
77
preserveScrollPosition : false
78
78
} ;
You can’t perform that action at this time.
0 commit comments