Add a:visited style to link-interaction (#819)
[dygraphs.git] / jsdoc-toolkit / app / test / ignore.js
CommitLineData
629a09ae
DV
1/**
2 * A test constructor.
3 * @constructor
4 * @ignore
5 */
6function Ignored() {
7 /** a method */
8 this.bar = function() {
9 }
10}