jsdoc/test/fixtures/objectkeys.js
Jeff Williams 01df038474 unconditionally add the necessary properties to AST nodes (#976)
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.
2015-06-08 15:24:55 -07:00

5 lines
43 B
JavaScript

var myObject = {
foo: 1,
bar: 2
};