Correct check for undefined variable
The code was comparing the result of `typeof` with a variable named `undefined` As typeof returns a string it should compare to `'undefined'`pull/2/head
parent
3c539f0ec8
commit
978c145180
Loading…
Reference in New Issue