MaketRandevu/rsc/scripts/jsdoc/test/fixtures/objectlit2.js
2013-07-02 17:20:39 +00:00

8 lines
No EOL
110 B
JavaScript

/** document me */
var position = {
axis: {
/** document me */
x: 0,
y: 0
}
};