sbin/res/jsdoc/app/test/params_optional.js
author veltr
Wed, 11 Apr 2012 17:06:11 +0200
changeset 857 fa614dc66b0b
parent 520 fe008e95a716
permissions -rw-r--r--
Bugfix in Sparkline Widget


/**
 * @param {Page[]} pages
 * @param {number} [id] Specifies the id, if applicable.
 * @param {String} [title = This is untitled.] Specifies the title.
 */
function Document(pages, id, title){
}