Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wusb committed May 16, 2018
1 parent f1e8bd6 commit d8bcef2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class KeyboardPage extends React.Component {
}

inputValue(value){
console.log(value); //DigitalKeyboard return value
console.log(value); //DigitalKeyboard return value
}

_renderKeyboard(){
Expand Down Expand Up @@ -150,9 +150,10 @@ export default {
inputValue: this.inputValue
}
);
},
},

inputValue(value) {
console.log(value); //DigitalKeyboard return value
console.log(value); //DigitalKeyboard return value
}
}
}
Expand Down

0 comments on commit d8bcef2

Please sign in to comment.