Skip to content

Commit 2662d23

Browse files
committed
Merge pull request #212 from hmalphettes/master
Trivial missing comma in RouteStore
2 parents 273625a + 044fe23 commit 2662d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/stores/RouteStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var RouteStore = {
100100
props.children = RouteStore.registerChildren(props.children, route);
101101

102102
return route;
103-
}
103+
},
104104

105105
/**
106106
* Registers many children routes at once, always returning an array.

0 commit comments

Comments
 (0)