This commit is contained in:
rolux 2014-09-02 13:35:13 +02:00
parent d3234ada74
commit ce9aba28c7

View file

@ -426,7 +426,7 @@ if (
} else if (value === void 0) {
type = 'undefined';
} else if (value === window) {
type = 'window';
type = 'global';
} else if (type == 'object' && typeof value.callee == 'function') {
type = 'arguments';
} else if (