Browse Source
The code was comparing the result of `typeof` with a variable named `undefined`. As typeof returns a string it should compare to `'undefined'`pull/4544/head
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…