Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

8 years ago by Joncom

var a = { x: null };
var b = { y: null };
var c = ig.merge(a, b);
console.log(JSON.stringify(c));

// Expected Output:
// {"x":null,"y":null}

// Actual Output:
// {"x":null,"y":{}}

8 years ago by Joncom

Wow apparently this bug was fixed back in 2013 and I've been using an old (1.22) copy of Impact for the affected project. My bad haha.
Page 1 of 1
« first « previous next › last »