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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-24 08:12:42 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-24 08:13:06 +0400
commitafed69ce69699a263a098ea8867a4b6a2502a7e1 (patch)
tree574b31609597f21857329d68dc8682cedb159e26 /tests/resources
parent0cb0472b6d6e90b2c4bb7d086145c9d553ffdf86 (diff)
Refs #4200, documented core/Plugin/API, core/Plugin/Archiver and part of core/Plugin/Controller.
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/screenshot-capture/capture.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resources/screenshot-capture/capture.js b/tests/resources/screenshot-capture/capture.js
index 2231628332..ca67e8ffb9 100644
--- a/tests/resources/screenshot-capture/capture.js
+++ b/tests/resources/screenshot-capture/capture.js
@@ -94,7 +94,7 @@ PageRenderer.prototype = {
_setupWebpageEvents: function () {
var self = this;
this.webpage.onError = function (message, trace) {
- var msgStack = ['Webpage error: ' + msg];
+ var msgStack = ['Webpage error: ' + message];
if (trace && trace.length) {
msgStack.push('trace:');
trace.forEach(function(t) {