Github user benkeen commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/717#discussion_r65370105
  
    --- Diff: app/addons/documents/header/header.react.jsx ---
    @@ -10,24 +10,24 @@
     // License for the specific language governing permissions and limitations 
under
     // the License.
     
    -import app from "../../../app";
    -import FauxtonAPI from "../../../core/api";
    -import React from "react";
    -import Actions from "./header.actions";
    -import ReactComponents from "../../components/react-components.react";
    -import IndexResultsStore from "../index-results/stores";
    -import IndexResultsActions from "../index-results/actions";
    -import { ButtonGroup, Button } from "react-bootstrap";
    -import QueryOptionsStore from "../queryoptions/stores";
    -import ReactCSSTransitionGroup from "react-addons-css-transition-group";
    +import app from '../../../app';
     
    -var indexResultsStore = IndexResultsStore.indexResultsStore;
    -var queryOptionsStore = QueryOptionsStore.queryOptionsStore;
    +import FauxtonAPI from '../../../core/api';
    +import React from 'react';
    +import Actions from './header.actions';
    +import Components from '../../components/react-components.react';
    +import IndexResultStores from '../index-results/stores';
    +import IndexResultsActions from '../index-results/actions';
    +import QueryOptionsStore from '../queryoptions/stores';
    +import ReactCSSTransitionGroup from 'react-addons-css-transition-group';
    +import { Button, ButtonGroup } from 'react-bootstrap';
     
    -var ToggleHeaderButton = ReactComponents.ToggleHeaderButton;
    +const {indexResultsStore} = IndexResultStores;
    +const {queryOptionsStore} = QueryOptionsStore;
    +const {ToggleHeaderButton} = Components;
    --- End diff --
    
    spaces around `{`, `}`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to