Fix demo syntax error
This commit is contained in:
parent
0b1c7ff386
commit
13b73206f0
1 changed files with 2 additions and 1 deletions
|
|
@ -57,6 +57,7 @@
|
||||||
'background-color': 'green',
|
'background-color': 'green',
|
||||||
'left': parseInt(x[0].style.left) + 50
|
'left': parseInt(x[0].style.left) + 50
|
||||||
});
|
});
|
||||||
|
});
|
||||||
|
|
||||||
wiimote2.when('pressed_left', function() {
|
wiimote2.when('pressed_left', function() {
|
||||||
x.html('2').css({
|
x.html('2').css({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue