rvanderheyde / Oband

Online Rockband like game. Final Project for OLIN.js
0 stars 0 forks source link

User changing variables in console #3

Open rdedhia opened 9 years ago

rdedhia commented 9 years ago

If a user updates a variable like canvas.room in the console, it doesn't trigger an event, which might mess up how socket rooms and other things work. This is not a normal use case, but it can be handled using Object.watch() or JS get and set methods.