Francisco javier Marquez Lopez
2017-02-27 bad3cdf85434e2fbbc793efc8b55db854fb457ce
Format CalendarContainer code properly
1 files modified
5 ■■■■■ changed files
src/CalendarContainer.js 5 ●●●●● patch | view | raw | blame | history
src/CalendarContainer.js
@@ -14,14 +14,13 @@
        time: TimeView
    },
  render: function(){
  render: function() {
    return React.createElement( this.viewComponents[ this.props.view ], this.props.viewProps );
  },
  handleClickOutside: function(){
  handleClickOutside: function() {
    this.props.onClickOutside();
  }
}));
module.exports = CalendarContainer;