From b506c8897bfab747e73a521e7df4b6046971e250 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Mon, 19 Oct 2015 21:55:31 +0200 Subject: [PATCH] [ClockHours] Remove duplicate PropTypes --- src/time-picker/clock-hours.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/time-picker/clock-hours.jsx b/src/time-picker/clock-hours.jsx index 7f02769a1d8f7f..e78748034568e9 100644 --- a/src/time-picker/clock-hours.jsx +++ b/src/time-picker/clock-hours.jsx @@ -32,10 +32,6 @@ const ClockHours = React.createClass({ muiTheme: React.PropTypes.object, }, - propTypes: { - position: React.PropTypes.oneOf(['left', 'right']), - }, - //for passing default theme context to children childContextTypes: { muiTheme: React.PropTypes.object, @@ -61,6 +57,7 @@ const ClockHours = React.createClass({ }, propTypes: { + position: React.PropTypes.oneOf(['left', 'right']), initialHours: React.PropTypes.number, onChange: React.PropTypes.func, format: React.PropTypes.oneOf(['ampm', '24hr']),