Sha256: 90d838cca2fceb6337be462f5342647fec69b07e38603fa21ce7f335e8307065
Contents?: true
Size: 334 Bytes
Versions: 132
Compression:
Stored size: 334 Bytes
Contents
/** @constructor */ function LibraryItem() { this.reserve = function() { } } /** @constructor */ function Junkmail() { this.annoy = function() { } } /** @inherits Junkmail.prototype.annoy as pester @augments ThreeColumnPage @augments LibraryItem @constructor */ function NewsletterPage() { this.getHeadline = function() { } }
Version data entries
132 entries across 131 versions & 14 rubygems