[ReactNative] s/Image.sourcePropType/Image.propTypes.source/

This commit is contained in:
Christopher Chedeau
2015-03-09 09:29:12 -07:00
parent 1e01c26457
commit 45da1f03cb
2 changed files with 1 additions and 2 deletions

View File

@@ -80,7 +80,6 @@ var Image = React.createClass({
statics: {
resizeMode: ImageResizeMode,
sourcePropType: ImageSourcePropType,
},
mixins: [NativeMethodsMixin],