Closed GoogleCodeExporter closed 8 years ago
I wasn't even aware of this tool before now! I'll definitely use this for the
next
release.
Looking at the output it produces (pretty-printed) also showed my a couple neat
tricks, such as:
if(!dest) { dest = mat; }
becomes...
dest || (dest = mat);
Very clever!
Original comment by Tojiro@gmail.com
on 7 Jun 2010 at 3:37
Original comment by Tojiro@gmail.com
on 12 Jun 2010 at 5:20
Original comment by Tojiro@gmail.com
on 12 Jun 2010 at 5:37
Original comment by Tojiro@gmail.com
on 13 Jun 2010 at 4:13
Original issue reported on code.google.com by
jeroom832@gmail.com
on 6 Jun 2010 at 8:46