initial commit for GitHub
This commit is contained in:
22
jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js
Normal file
22
jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js
Normal file
@@ -0,0 +1,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(){
|
||||
// }
|
||||
//
|
||||
// /**#=-*/
|
||||
Reference in New Issue
Block a user