Skip to content

Commit 1975b2d

Browse files
committed
bunch of weird whitespace
1 parent a38ab4b commit 1975b2d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

UPGRADE_GUIDE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ var Something = React.createClass({
8383
}
8484
});
8585

86-
87-
8886
// 0.11.x
8987

9088
// pass it down the view hierarchy to get the same lifecycle hooks to
@@ -95,7 +93,6 @@ Router.run(routes, function (Handler, state) {
9593
// passing it down the hierarchy
9694
});
9795

98-
9996
// or use the `State` mixin
10097
var Something = React.createClass({
10198
mixins: [ Router.State ],

0 commit comments

Comments
 (0)