/tags/jsdoc_toolkit-2.2.1/jsdoc-toolkit/app/test/shortcuts.js
http://jsdoc-toolkit.googlecode.com/ · 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(){
- // }
- //
- // /**#=-*/