Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/jsdoc-toolkit/app/test/functions_anon.js')
-rw-r--r--tests/lib/jsdoc-toolkit/app/test/functions_anon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/jsdoc-toolkit/app/test/functions_anon.js b/tests/lib/jsdoc-toolkit/app/test/functions_anon.js
index e9dd6c1bee..0fdf7c89ad 100644
--- a/tests/lib/jsdoc-toolkit/app/test/functions_anon.js
+++ b/tests/lib/jsdoc-toolkit/app/test/functions_anon.js
@@ -30,7 +30,7 @@ bar2 = new function Zoola2() {
module = (function () {
/** won't appear in documentation */
var priv = 1;
-
+
/** @scope module */
return {
/** will appear as a property of module */