diff options
author | theigel <theigel@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
commit | adb6b662413046d148a89e5d60ea5d0e3ea03b1f (patch) | |
tree | c91f5a91b1c09972ce0cc056554d241db59e8f92 /library/cpp | |
parent | 7ce8f58ec34c5182c7587acec452690c90e87362 (diff) | |
download | ydb-adb6b662413046d148a89e5d60ea5d0e3ea03b1f.tar.gz |
Restoring authorship annotation for <theigel@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/messagebus/www/messagebus.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/www/messagebus.js b/library/cpp/messagebus/www/messagebus.js index e30508b879..c832352a08 100644 --- a/library/cpp/messagebus/www/messagebus.js +++ b/library/cpp/messagebus/www/messagebus.js @@ -3,7 +3,7 @@ function logTransform(v) { } function plotHist(where, hist) { - var max = hist.map(function(x) {return x[1]}).reduce(function(x, y) {return Math.max(x, y)}); + var max = hist.map(function(x) {return x[1]}).reduce(function(x, y) {return Math.max(x, y)}); var ticks = []; for (var t = 1; ; t *= 10) { |