diff options
author | theigel <theigel@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:32 +0300 |
commit | ebfae0ebbb895e280d4efda81e07d3cf667c1625 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
parent | adb6b662413046d148a89e5d60ea5d0e3ea03b1f (diff) | |
download | ydb-ebfae0ebbb895e280d4efda81e07d3cf667c1625.tar.gz |
Restoring authorship annotation for <theigel@yandex-team.ru>. Commit 2 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 c832352a08..e30508b879 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) { |