mirror of https://github.com/lukechilds/node.git
Browse Source
Before, doing this: var sys = require("sys"); var obj = { one: 1, two: 2, three: { value: 3 } }; sys.p(process.mixin(true, {}, obj)); Would output this: { "two": 2, "three": { "one": 1, "two": 2, "three": { "value": 3 }, "value": 3 }, "one": 1 } When it should have outputed this: { "one": 1, "two": 2, "three": { "value": 3 } }v0.7.4-release
Benjamin Thomas
15 years ago
committed by
Ryan Dahl
2 changed files with 7 additions and 5 deletions
Loading…
Reference in new issue