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

    https://github.com/apache/couchdb-fauxton/pull/610#discussion_r50019691
  
    --- Diff: app/addons/documents/header/header.react.jsx ---
    @@ -43,7 +43,7 @@ function (app, FauxtonAPI, React, Actions, 
ReactComponents,
             selectedView: indexResultsStore.getCurrentViewType(),
             isTableView: indexResultsStore.getIsTableView(),
             includeDocs: queryOptionsStore.getIncludeDocsEnabled(),
    -        bulkDocCollection: indexResultsStore.getBulkDocCollection(),
    +        bulkDocCollection: indexResultsStore.getBulkDocCollection()
    --- End diff --
    
    note: commas at the end are not harmful, they were back in IE6 or IE8 ages 
which was not acting according to the ES spec. leaving the commas makes it 
easier to add things in the future


---
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