We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c874105 commit eed9619Copy full SHA for eed9619
examples/issue-62.js
@@ -1,5 +1,8 @@
1
var deep = require("../");
2
3
+// https://github.com/flitbit/diff/issues/62#issuecomment-229549984
4
+// 3: appears to be fixed, probably in fixing #74.
5
+
6
var a = {};
7
var b = {};
8
a.x = b;
0 commit comments