missing semi colon

This commit is contained in:
xwenliang
2016-01-13 14:35:07 +08:00
parent a9b3c30617
commit 6240fbfa56
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default class PickerAny extends React.Component {
selectedValue: PropTypes.any.isRequired,
onPickerDone: PropTypes.func,
onPickerCancel: PropTypes.func
}
};
static defaultProps = {
pickerBtnText: '完成',
@@ -43,7 +43,7 @@ export default class PickerAny extends React.Component {
showDuration: 300,
onPickerDone: ()=>{},
onPickerCancel: ()=>{}
}
};
constructor(props, context){
super(props, context);

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-picker",
"version": "0.3.1",
"version": "0.3.2",
"description": "react-native-picker",
"main": "index.js",
"scripts": {