Этот коммит содержится в:
JoramWilander
2015-09-02 16:02:03 -04:00
родитель fca2f43ad5
Коммит b0ef03999f

Просмотреть файл

@@ -15,7 +15,7 @@ export default class CommandList extends React.Component {
componentDidMount() {
var self = this;
if (this.refs.modal) {
$(React.findDOMNode(this.refs.modal).on('show.bs.modal', function show(e) {
$(React.findDOMNode(this.refs.modal)).on('show.bs.modal', function show(e) {
var button = e.relatedTarget;
self.setState({channel_id: $(button).attr('data-channelid')});
});