Patching strange travis eslint problem

Этот коммит содержится в:
Christopher Speller
2015-11-19 21:47:05 -05:00
родитель 55b831e4e1
Коммит 34097faa13
2 изменённых файлов: 2 добавлений и 2 удалений

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

@@ -22,7 +22,7 @@ export default class ModalToggleButton extends React.Component {
}
render() {
const {children, dialogType, dialogProps, ...props} = this.props;
const {children, dialogType, dialogProps, ...props} = this.props; //eslint-disable-line no-redeclare
// this assumes that all modals will have a show property and an onHide event
const dialog = React.createElement(this.props.dialogType, Object.assign({}, dialogProps, {