Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/jsdoc-toolkit/app/test/shortcuts.js
blob: f738f1e1cdd3bb9d91a89d89a1b5d626e112d5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// /**#=+
//  * {
//  *	'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(){
// }
// 
// /**#=-*/