Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/jsdoc-toolkit/app/test/module.js
diff options
context:
space:
mode:
Diffstat (limited to 'utils/jsdoc-toolkit/app/test/module.js')
-rwxr-xr-xutils/jsdoc-toolkit/app/test/module.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/utils/jsdoc-toolkit/app/test/module.js b/utils/jsdoc-toolkit/app/test/module.js
deleted file mode 100755
index 5b3fe42..0000000
--- a/utils/jsdoc-toolkit/app/test/module.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/** @namespace */
-myProject = myProject || {};
-
-/** @namespace */
-myProject.myModule = (function () {
- /** describe myPrivateVar here */
- var myPrivateVar = "";
-
- var myPrivateMethod = function () {
- }
-
- /** @scope myProject.myModule */
- return {
- myPublicMethod: function () {
- }
- };
-})(); \ No newline at end of file