Closed Ryuno-Ki closed 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.
qstr
key
Thank you. I think it should be alright now.
During the course of writing tests for your lib I encountered
qstr
andkey
not being defined. You may want to opt in for strict mode and declare those variables on top of that function.