/trunk/jsdoc-toolkit/app/test/shortcuts.js
JavaScript | 22 lines | 0 code | 0 blank | 22 comment | 0 complexity | ff07dd5908761e755b11e6b2b0523dd4 MD5 | raw file
- // /**#=+
- // * {
- // * '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(){
- // }
- //
- // /**#=-*/