UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

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