We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b3148 commit ce63bbdCopy full SHA for ce63bbd
themes/doc/lib/browser/navigation/containers.jsx
@@ -12,6 +12,7 @@ class Navigation extends React.Component {
12
super(props);
13
14
this.url_for = this.props.url_for;
15
+ this.items = this.getItems();
16
17
this.state = {
18
collapsed: false,
@@ -27,7 +28,6 @@ class Navigation extends React.Component {
27
28
29
this.$body = $('body');
30
this.$content = $('.doc-content');
- this.items = this.getItems();
31
32
this.addAnchorToHeaders($headers);
33
this.listenContentClick();
0 commit comments