| 12345678910111213141516171819202122 |
- // /**#=+
- // * {
- // * 'D': 'Date.prototype',
- // * '$N': 'Number'
- // * }
- // */
- // var D = Date.prototype,
- // $N = Number;
- //
- // D.locale = function(){
- // };
- //
- // /**
- // @return {string} The cardinal number string.
- // */
- // $N.nth = function(n){
- // };
- //
- // LOAD.file = function(){
- // }
- //
- // /**#=-*/
|