initial commit for GitHub
This commit is contained in:
26
jsdoc_toolkit-2.3.3-beta/app/test/augments2.js
Normal file
26
jsdoc_toolkit-2.3.3-beta/app/test/augments2.js
Normal file
@@ -0,0 +1,26 @@
|
||||
/**
|
||||
@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() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user