Merge pull request #401 from kodermax/patch-1

this is correct
old
Javi Velasco 2016-03-24 18:01:55 +01:00
commit 05289b494e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import time from '../utils/time';
class DatePicker extends React.Component {
static propTypes = {
autoOk: React.PropTypes.boolean,
autoOk: React.PropTypes.bool,
className: React.PropTypes.string,
error: React.PropTypes.string,
inputFormat: React.PropTypes.func,