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']),