Commit 6240fbfa authored by xwenliang's avatar xwenliang

missing semi colon

parent a9b3c306
...@@ -34,7 +34,7 @@ export default class PickerAny extends React.Component { ...@@ -34,7 +34,7 @@ export default class PickerAny extends React.Component {
selectedValue: PropTypes.any.isRequired, selectedValue: PropTypes.any.isRequired,
onPickerDone: PropTypes.func, onPickerDone: PropTypes.func,
onPickerCancel: PropTypes.func onPickerCancel: PropTypes.func
} };
static defaultProps = { static defaultProps = {
pickerBtnText: '完成', pickerBtnText: '完成',
...@@ -43,7 +43,7 @@ export default class PickerAny extends React.Component { ...@@ -43,7 +43,7 @@ export default class PickerAny extends React.Component {
showDuration: 300, showDuration: 300,
onPickerDone: ()=>{}, onPickerDone: ()=>{},
onPickerCancel: ()=>{} onPickerCancel: ()=>{}
} };
constructor(props, context){ constructor(props, context){
super(props, context); super(props, context);
......
{ {
"name": "react-native-picker", "name": "react-native-picker",
"version": "0.3.1", "version": "0.3.2",
"description": "react-native-picker", "description": "react-native-picker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment