Add per-series tests that validate new-style options and how they relate to old-style...
[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 }