fix-syncer
Jeremy Ruston 2019-05-10 16:03:24 +01:00
rodzic e8d1fbba6c
commit ff85fcfe93
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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