[catlyst|madman] fix prop type warning

This commit is contained in:
Jiajie Zhu 2015-03-11 14:48:22 -07:00
parent 65ba4c68c0
commit 50f77016bb
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ var Image = React.createClass({
* resource (which should be wrapped in the `ix` function).
*/
uri: PropTypes.string,
}).isRequired,
}),
/**
* accessible - Whether this element should be revealed as an accessible
* element.