fabric.js/lib/jsdoc-toolkit/app/test/params_optional.js
2010-10-15 12:11:37 -04:00

8 lines
No EOL
197 B
JavaScript

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