mirror of https://github.com/lukechilds/node.git
Browse Source
Before: > {a: 1} 1 > (function() { ... // foo ... return 1; ... })(); ... Now: > {a: 1} { a : 1 } > (function() { ... // foo ... return 1; ... })(); 1 >v0.7.4-release
Ryan Dahl
14 years ago
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue