thirdparty/jsdoctoolkit/app/test/shortcuts.js
changeset 3041 c8f47f0b6697
equal deleted inserted replaced
3040:8f9580309846 3041:c8f47f0b6697
       
     1 // /**#=+
       
     2 //  * {
       
     3 //  *	'D': 'Date.prototype',
       
     4 //  *	'$N': 'Number'
       
     5 //  * }
       
     6 //  */
       
     7 // var D = Date.prototype,
       
     8 // $N = Number;
       
     9 // 
       
    10 // D.locale = function(){
       
    11 // };
       
    12 // 
       
    13 // /**
       
    14 // 	@return {string} The cardinal number string.
       
    15 // */
       
    16 // $N.nth = function(n){
       
    17 // };
       
    18 // 
       
    19 // LOAD.file = function(){
       
    20 // }
       
    21 // 
       
    22 // /**#=-*/