Beispiel #1
0
 this.listenToOnce (room, 'badcode', function () {
     app.done ()
     this.failed = true
     ev.target.disabled = false
 })
Beispiel #2
0
 this.listenToOnce (room, 'roomready', function () {
     app.done ()
     this.goHome ()
 })
Beispiel #3
0
 this.listenToOnce (room, 'roomready', function () {
     app.done ()
     console.log (room.code)
     this.goHome ()
 })