mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 08:32:57 +08:00
Fix typo
This commit is contained in:
parent
c239e21625
commit
276a478eb6
@ -79,7 +79,7 @@ export default App;
|
|||||||
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/d477c35c/build/index.js"></script>
|
<script src="https://cdn.rawgit.com/hodgef/simple-keyboard/d477c35c/build/index.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function keyboard_onChange(input){
|
function keyboard_onChange(input){
|
||||||
console.log("Input chanfed", input);
|
console.log("Input changed", input);
|
||||||
}
|
}
|
||||||
|
|
||||||
function keyboard_onKeyPress(button){
|
function keyboard_onKeyPress(button){
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "simple-keyboard",
|
"name": "simple-keyboard",
|
||||||
"version": "2.0.4",
|
"version": "2.0.5",
|
||||||
"description": "On-screen Virtual Keyboard",
|
"description": "On-screen Virtual Keyboard",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user