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