mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Fixes a bizarre bug that caused us to assign the wrong name to object properties, apparently because the node ID was not defined at the appropriate time.
5 lines
43 B
JavaScript
5 lines
43 B
JavaScript
var myObject = {
|
|
foo: 1,
|
|
bar: 2
|
|
};
|