1
0
Fork 0

enabled pretty printing in js shell by default

This commit is contained in:
Heiko Kernbach 2014-08-14 14:53:33 +02:00
parent ce0acb013c
commit c62b81f547
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
self.resize();
});
this.executeJs("start_pretty_print()");
return this;
},