projects
/
dygraphs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'kberg-work'
[dygraphs.git]
/
jsdoc-toolkit
/
app
/
test
/
shortcuts.js
1
// /
**#=+
2
// * {
3
// * 'D': 'Date.prototype',
4
// * '$N': 'Number'
5
// * }
6
// */
7
// var D = Date.prototype,
8
// $N = Number;
9
//
10
// D.locale = function(){
11
// };
12
//
13
// /
**
14
// @return {string} The cardinal number string.
15
// */
16
// $N.nth = function(n){
17
// };
18
//
19
// LOAD.file = function(){
20
// }
21
//
22
// /
**#=-
*/