typo
This commit is contained in:
parent
d3234ada74
commit
ce9aba28c7
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue