travel/admin/node_modules/JSV/jsdoc-toolkit/app/test/augments2.js

27 lines
334 B
JavaScript
Raw Normal View History

2024-06-24 11:28:18 +08:00
/**
@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() {
}
}