JS: Document a missing alert due to limitation in structural comparison

This commit is contained in:
Asger F
2026-02-27 13:34:55 +01:00
parent 0f2de46648
commit c673bd9151

View File

@@ -7,7 +7,7 @@ var o = {
setX: function(x) {
this.x = x;
},
}, // $ MISSING: Alert // The structural comparison fails to treat the two 'x' variables as the same
getX: function() {
return this.x;