Skip to content

Commit 3bd1535

Browse files
committed
fixed typo from merge
1 parent 1ac7f14 commit 3bd1535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
displayByte(byteVal, i);
536536
}
537537
jsonobj.innerHTML = JSON.stringify(decode(dataView), null, 2);
538-
beautify();
538+
indent();
539539
} catch (e) {
540540
errlog("Error parsing input: " + e.message);
541541
e.stack && errlog(e.stack);

0 commit comments

Comments
 (0)