Minor comment tweak in baseClone. [ci skip]

This commit is contained in:
jdalton
2015-06-14 18:01:02 -07:00
parent 958381d3dd
commit dbb342da81

View File

@@ -1824,7 +1824,7 @@
: (object ? value : {});
}
}
// Check for circular references and return corresponding clone.
// Check for circular references and return its corresponding clone.
stackA || (stackA = []);
stackB || (stackB = []);