/tags/jsdoc_toolkit-2.3.2/jsdoc-toolkit/app/test/shortcuts.js
JavaScript | 22 lines | 0 code | 0 blank | 22 comment | 0 complexity | ff07dd5908761e755b11e6b2b0523dd4 MD5 | raw file
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// /**#=-*/