quorum/jsre
Felix Lange 1086e2f298 jsre: fix annoying indentation when printing arrays of objects
The pretty printer, dumb as it is, printed arrays of objects as

  [{
    ...
    }]

With this change, they now print as:

  [{
    ...
  }]
2015-08-16 00:35:00 +01:00
..
bignumber_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
ethereum_js.go web3: updated 2015-08-11 17:17:20 +02:00
jsre.go jsre: bind the pretty printer to "inspect" in JS 2015-08-15 23:55:42 +01:00
jsre_test.go cmd/geth, jsre: restore command line editing on windows 2015-08-12 12:04:00 +02:00
pretty.go jsre: fix annoying indentation when printing arrays of objects 2015-08-16 00:35:00 +01:00