1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00
This commit is contained in:
Jeremy Ruston 2019-05-10 16:03:24 +01:00
parent e8d1fbba6c
commit ff85fcfe93

View File

@ -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");
};
/*