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

    https://github.com/apache/couchdb-fauxton/pull/825#discussion_r93655260
  
    --- Diff: app/addons/fauxton/components.react.jsx ---
    @@ -14,180 +14,126 @@ import app from "../../app";
     import FauxtonAPI from "../../core/api";
     import React from "react";
     import ReactDOM from "react-dom";
    -import ZeroClipboard from "zeroclipboard";
     import { Modal } from "react-bootstrap";
     import "velocity-animate/velocity";
     import "velocity-animate/velocity.ui";
    -import "zeroclipboard/dist/ZeroClipboard.swf";
    -
    -function getZeroClipboardSwfPath () {
    -  return './dashboard.assets/ZeroClipboard.swf';
    -}
    -
    -// super basic right now, but can be expanded later to handle all the 
varieties of copy-to-clipboards
    -// (target content element, custom label, classes, notifications, etc.)
    -var Clipboard = React.createClass({
    -  propTypes: function () {
    -    return {
    -      text: React.PropTypes.string.isRequired,
    -      displayType: React.PropTypes.string.oneOf(['icon', 'text'])
    -    };
    -  },
     
    +// formats a block of code and pretty-prints it in the page. Currently 
uses the prettyPrint plugin
    +var CodeFormat = React.createClass({
    --- End diff --
    
    how does this come into the diff?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to