Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/prototype_nested.js
blob: e8ca1ced2ca1bb53df3c7372f07395bd32547eed (plain)
1
2
3
4
5
6
7
8
9
/** @constructor */
function Word() {
}

Word.prototype.reverse = function() {
}

Word.prototype.reverse.utf8 = function() {
}