etherpad-lite/doc/jsdoc-toolkit/app/test/shortcuts.js
Peter 'Pita' Martischka 325c322a27 first-commit
2011-03-26 13:10:41 +00:00

22 lines
No EOL
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(){
// }
//
// /**#=-*/