sbin/res/jsdoc/app/test/params_optional.js
author durandn
Tue, 22 Sep 2015 17:07:58 +0200
changeset 1062 f8adaa2caecb
parent 520 fe008e95a716
permissions -rw-r--r--
CurrentSegmentInfobox: fixed bug where editing a segment would not update the source correctly and mess up other widgets.


/**
 * @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){
}