paste.chapril.org-privatebin/jsdoc_toolkit-2.3.3-beta/app/test/shortcuts.js
2010-05-26 15:34:42 -07:00

22 lines
310 B
JavaScript

// /**#=+
// * {
// * '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(){
// }
//
// /**#=-*/