diff --git a/frontend/src/components/TopicCard.js b/frontend/src/components/TopicCard.js index cb7f472e..e7775f71 100644 --- a/frontend/src/components/TopicCard.js +++ b/frontend/src/components/TopicCard.js @@ -3,16 +3,6 @@ import React, { PropTypes, Component } from 'react' import Util from '../Metamaps/Util' -/* - - -TopicCard.bindShowCardListeners(topic) - - - -do globalui notify for invalid link? -*/ - var funcs = { buildObject: function(topic, ActiveMapper) { var nodeValues = {} @@ -253,7 +243,7 @@ var funcs = { $('.showMore').html(originalText) }) } - } +} class ReactTopicCard extends Component { constructor(props) { @@ -354,6 +344,33 @@ class ReactTopicCard extends Component { +