sbin/res/jsdoc/app/test/addon.js
branchjsdoc
changeset 520 fe008e95a716
equal deleted inserted replaced
519:46e21d060650 520:fe008e95a716
       
     1 String.prototype.reverse = function() {
       
     2 }
       
     3 
       
     4 String.prototype.reverse.utf8 = function() {
       
     5 }
       
     6 
       
     7 Function.count = function() {
       
     8 }
       
     9 
       
    10 /** @memberOf Function */
       
    11 Function.count.reset = function() {
       
    12 }
       
    13 
       
    14 /** @memberOf Function */
       
    15 count.getValue = function() {
       
    16 }
       
    17 
       
    18 /** @memberOf Function.prototype */
       
    19 getSig = function() {
       
    20 }
       
    21 
       
    22 /** @memberOf Function.prototype */
       
    23 Function.prototype.getProps = function() {
       
    24 }