From ff85fcfe93d5f7e65acf9040559bbb368582ef21 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 10 May 2019 16:03:24 +0100 Subject: [PATCH] Fix typo from e8d1fbba6 --- core/modules/utils/performance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/utils/performance.js b/core/modules/utils/performance.js index 51c8ebcfb..ebae60768 100644 --- a/core/modules/utils/performance.js +++ b/core/modules/utils/performance.js @@ -20,7 +20,7 @@ function Performance(enabled) { } Performance.prototype.showGreeting = function() { - this.logger("Execute $tw.perf.log(); to see filter execution timings"); + this.logger.log("Execute $tw.perf.log(); to see filter execution timings"); }; /*