d3fac9ed5ab2bcc6354c6f4dab98795a2030fa08
[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 }