()
| 6 | |
| 7 | const Calender = React.createClass({ |
| 8 | getInitialState() { |
| 9 | const {year, month, day, value} = this.initDate(); |
| 10 | return {year, month, day, value, showYear: false, showMonth: false} |
| 11 | }, |
| 12 | |
| 13 | getDefaultProps() { |
| 14 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…