thirdparty/jsdoctoolkit/app/test/prototype_nested.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 /** @constructor */
       
     2 function Word() {
       
     3 }
       
     4 
       
     5 Word.prototype.reverse = function() {
       
     6 }
       
     7 
       
     8 Word.prototype.reverse.utf8 = function() {
       
     9 }