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/prototype.js')
-rw-r--r--tests/lib/jsdoc-toolkit/app/test/prototype.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/jsdoc-toolkit/app/test/prototype.js b/tests/lib/jsdoc-toolkit/app/test/prototype.js
index 114700837f..a161ed7ec3 100644
--- a/tests/lib/jsdoc-toolkit/app/test/prototype.js
+++ b/tests/lib/jsdoc-toolkit/app/test/prototype.js
@@ -5,7 +5,7 @@ function Article() {
Article.prototype.init = function(title) {
/** the instance title */
this.title = title;
-
+
/** the static counter */
Article.counter = 1;
}