From e8c9a7b984340394ab618196711cdd628f26fca1 Mon Sep 17 00:00:00 2001 From: coderpawz Date: Wed, 26 Jul 2017 22:03:29 -0400 Subject: [PATCH] remove an unsed ref to dateInput --- src/Calendar.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Calendar.jsx b/src/Calendar.jsx index 9f1ddcc2..4679c80f 100644 --- a/src/Calendar.jsx +++ b/src/Calendar.jsx @@ -202,9 +202,6 @@ const Calendar = createReactClass({ showTimePicker: false, }); }, - saveDateInput(dateInput) { - this.dateInputInstance = dateInput; - }, render() { const props = this.props; const { @@ -230,7 +227,6 @@ const Calendar = createReactClass({ }) : null; const dateInputElement = props.showDateInput ? (