Sha256: 780815f3deefa727ca2c594b1a49771d9ca6a49fee33cc72c12d02d89ccb66eb

Contents?: true

Size: 479 Bytes

Versions: 203

Compression:

Stored size: 479 Bytes

Contents

/**
 * @constructor
 * @param person The person.
 * @param {string} person.name The person's name.
 * @config {integer} age The person's age.
 * @config [id=1] Optional id number to use.
 * @param connection
 */
function Contact(person, connection) {

}

/**
 * @constructor
 * @param persons
 * @config {string} Father The paternal person.
 * @config {string} Mother The maternal person.
 * @config {string[]} Children And the rest.
 */
function Family(/**Object*/persons) {

}

Version data entries

203 entries across 141 versions & 14 rubygems

Version Path
sproutcore-0.9.21 jsdoc/test/config.js
sproutcore-0.9.22 jsdoc/test/config.js
sproutcore-0.9.23 jsdoc/test/config.js