projects
/
dygraphs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Closure fix; force cast from Element to Node.
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
test
/
params_optional.js
Commit
Line
Data
629a09ae
DV
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
}