8 lines
197 B
JavaScript
Raw Normal View History

2010-05-26 15:34:42 -07:00
/**
* @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){
}