Skip to content

Commit 0813090

Browse files
committed
Style tweak
1 parent 2b7513f commit 0813090

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/components/Routes.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ var Routes = React.createClass({
353353
TransitionHandling.handleAbortedTransition(self, transition);
354354
} else {
355355
self.updateScroll(path, actionType);
356-
if (self.props.onChange) self.props.onChange.call(self);
356+
357+
if (self.props.onChange)
358+
self.props.onChange.call(self);
357359
}
358360
});
359361
},

0 commit comments

Comments
 (0)