From bad3cdf85434e2fbbc793efc8b55db854fb457ce Mon Sep 17 00:00:00 2001
From: Francisco javier Marquez Lopez <javi@JaviBook.local>
Date: Mon, 27 Feb 2017 11:04:18 +0100
Subject: [PATCH] Format CalendarContainer code properly

---
 src/CalendarContainer.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/CalendarContainer.js b/src/CalendarContainer.js
index b3c49f7..27523af 100644
--- a/src/CalendarContainer.js
+++ b/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;

--
Gitblit v1.9.3