fabric.js/lib/jsdoc-toolkit/app/test/ignore.js
2010-10-15 12:11:37 -04:00

10 lines
No EOL
131 B
JavaScript

/**
* A test constructor.
* @constructor
* @ignore
*/
function Ignored() {
/** a method */
this.bar = function() {
}
}