1
0
Fork 0

fixed JS print output

This commit is contained in:
Jan Steemann 2013-01-08 00:28:12 +01:00
parent 876cda6ce1
commit a05edcdccc
1 changed files with 6 additions and 2 deletions

View File

@ -245,7 +245,9 @@
sep = ", ";
}
internal.output(" ");
if (object.length > 1) {
internal.output(" ");
}
internal.printIndent(level);
internal.output("]");
@ -291,7 +293,9 @@
}
}
internal.output(" ");
if (sep == ", ") {
internal.output(" ");
}
internal.printIndent(level);
internal.output("}");