can generate jsdoc; private methods marked as such
[dygraphs.git] / jsdoc-toolkit / app / test / prototype_nested.js
1 /** @constructor */
2 function Word() {
3 }
4
5 Word.prototype.reverse = function() {
6 }
7
8 Word.prototype.reverse.utf8 = function() {
9 }