projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #63 from kberg/master
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
test
/
params_optional.js
1
2
/**
3
* @param {Page[]} pages
4
* @param {number} [id] Specifies the id, if applicable.
5
* @param {String} [title = This is untitled.] Specifies the title.
6
*/
7
function
Document
(
pages
,
id
,
title
){
8
}