MrDraw/AUTHORS.md
Mathias Rangel Wulff b794a4672f 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'`.
2016-09-12 09:43:46 +00:00

3.7 KiB