aboutsummaryrefslogtreecommitdiff
path: root/tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js')
-rw-r--r--tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js b/tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js
new file mode 100644
index 0000000..f738f1e
--- /dev/null
+++ b/tools/jsdoc-toolkit-2.4.0/app/test/shortcuts.js
@@ -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(){
+// }
+//
+// /**#=-*/ \ No newline at end of file