robotpy / pynetworktables2js

Forwards NetworkTables traffic to a web page, allowing you to write custom dashboards for your robot using HTML/Javascript
MIT License
46 stars 18 forks source link

Update networktables.js #7

Closed amorygalili closed 9 years ago

amorygalili commented 9 years ago

On line 171 it should be listeners === undefined, not listeners !== undefined. Code is currently giving me an error because it's calling push to listeners which is undefined.