domain: use camelCase instead of snake_case
authorisaacs <i@izs.me>
Wed, 26 Dec 2012 20:31:27 +0000 (12:31 -0800)
committerisaacs <i@izs.me>
Sat, 29 Dec 2012 18:37:31 +0000 (10:37 -0800)
commitec8ebaf30090a9265cbad0535e8e0c9a02a49c9f
tree61953af9630bfbf700e186cb5447f4e21120dac6
parent4401bb47bfa4fe72c2755c428577903ece5cfaa0
domain: use camelCase instead of snake_case

While it's true that error objects have a history of getting snake_case
properties attached by the host system, it's a point of confusion to
Node users that comes up a lot.  It's still 'experimental', so best to
change this sooner rather than later.
doc/api/domain.markdown
lib/domain.js
lib/events.js
src/node.js
test/simple/test-domain-implicit-fs.js
test/simple/test-domain.js