projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Closure fix; force cast from Element to Node.
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
test
/
ignore.js
1
/**
2
* A test constructor.
3
* @constructor
4
* @ignore
5
*/
6
function
Ignored
() {
7
/** a method */
8
this
.
bar
=
function
() {
9
}
10
}