Skip to content

Commit bad3cdf

Browse files
Francisco javier Marquez LopezFrancisco javier Marquez Lopez
Francisco javier Marquez Lopez
authored and
Francisco javier Marquez Lopez
committed
Format CalendarContainer code properly
1 parent e094322 commit bad3cdf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/CalendarContainer.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ var CalendarContainer = onClickOutside( React.createClass({
1414
time: TimeView
1515
},
1616

17-
render: function(){
17+
render: function() {
1818
return React.createElement( this.viewComponents[ this.props.view ], this.props.viewProps );
1919
},
2020

21-
handleClickOutside: function(){
21+
handleClickOutside: function() {
2222
this.props.onClickOutside();
2323
}
2424
}));
2525

26-
2726
module.exports = CalendarContainer;

0 commit comments

Comments
 (0)