microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

sendXHR reads one argument more than was passed from script #59

Closed Almost-Done closed 7 years ago

Almost-Done commented 7 years ago

Faulty dead code. At some point sendXHR expected 6 arguments, but now only 5 are being passed. The function reads the 6th argument and does not use it.