sbin/res/jsdoc/app/test/shortcuts.js
author hamidouk
Wed, 04 Jan 2012 11:38:24 +0100
branchpopcorn-port
changeset 578 8dd6ebb7a79d
parent 520 fe008e95a716
permissions -rw-r--r--
fixed .code() bug.

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