From 7c26ac1ad3c5bb0f7e14015fe717f4a7a1a91ec7 Mon Sep 17 00:00:00 2001
From: marquex <javi@arqex.com>
Date: Tue, 13 Oct 2015 19:14:58 +0200
Subject: [PATCH] Removes references to min/maxDate and allows to reset the picker value.

---
 src/DaysView.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/DaysView.js b/src/DaysView.js
index f2002b6..c10f979 100644
--- a/src/DaysView.js
+++ b/src/DaysView.js
@@ -57,8 +57,6 @@
 			prevMonth = date.clone().subtract( 1, 'months' ),
 			currentYear = date.year(),
 			currentMonth = date.month(),
-			minDate = this.props.minDate,
-			maxDate = this.props.maxDate,
 			weeks = [],
 			days = [],
 			renderer = this.props.renderDay || this.renderDay,

--
Gitblit v1.9.3