Fixed some typos :)
This commit is contained in:
parent
ad2dd1c8d5
commit
aefb28d895
5 changed files with 17 additions and 19 deletions
|
@ -1,7 +1,7 @@
|
|||
WA.room.onEnterLayer('myLayer').subscribe(() => {
|
||||
WA.chat.sendChatMessage("Hello!", 'Wooka');
|
||||
WA.chat.sendChatMessage("Hello!", 'Woka');
|
||||
});
|
||||
|
||||
WA.room.onLeaveLayer('myLayer').subscribe(() => {
|
||||
WA.chat.sendChatMessage("Goodbye!", 'Wooka');
|
||||
WA.chat.sendChatMessage("Goodbye!", 'Woka');
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue