Skip to content

Commit 6911c38

Browse files
committed
typeof null ES proposal has been rejected
http://wiki.ecmascript.org/doku.php?id=harmony:typeof_null
1 parent d46609d commit 6911c38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function inspect(object) {
6565
function _inspect(root, object, depth) {
6666
switch (typeof object) {
6767
case 'object':
68-
case 'null': // ES 5.1
6968
if (!object) {
7069
//null
7170
root.appendChild(document.createTextNode('null'));

0 commit comments

Comments
 (0)