stev47 / ajar

A minimal, promise-driven XMLHttpRequest-wrapper, promoting REST and JSON
GNU General Public License v3.0
0 stars 0 forks source link

Undeclared variables in querystring() #7

Closed Ryuno-Ki closed 9 years ago

Ryuno-Ki commented 9 years ago

During the course of writing tests for your lib I encountered qstr and key not being defined. You may want to opt in for strict mode and declare those variables on top of that function.

stev47 commented 9 years ago

Thank you. I think it should be alright now.