From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: RU: Remove hidden paragraphs about Browser Compatibility (#1062) * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases --- files/ru/web/javascript/reference/global_objects/math/index.html | 4 ---- files/ru/web/javascript/reference/global_objects/math/log2/index.html | 3 --- .../ru/web/javascript/reference/global_objects/math/trunc/index.html | 3 --- 3 files changed, 10 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/math') diff --git a/files/ru/web/javascript/reference/global_objects/math/index.html b/files/ru/web/javascript/reference/global_objects/math/index.html index bceb849d92..e17acb9e1a 100644 --- a/files/ru/web/javascript/reference/global_objects/math/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/index.html @@ -185,10 +185,6 @@ Math.gcd = function() {

Совместимость с браузерами

- -

{{Compat("javascript.builtins.Math")}}

Смотрите также

diff --git a/files/ru/web/javascript/reference/global_objects/math/log2/index.html b/files/ru/web/javascript/reference/global_objects/math/log2/index.html index 40e8c9e901..3bf66ef0b7 100644 --- a/files/ru/web/javascript/reference/global_objects/math/log2/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/log2/index.html @@ -77,9 +77,6 @@ Math.log2(1024); // 10

Совместимость с браузерами

- - -

{{Compat("javascript.builtins.Math.log2")}}

Смотрите также

diff --git a/files/ru/web/javascript/reference/global_objects/math/trunc/index.html b/files/ru/web/javascript/reference/global_objects/math/trunc/index.html index c8eee8a82a..e41d42332d 100644 --- a/files/ru/web/javascript/reference/global_objects/math/trunc/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/trunc/index.html @@ -121,9 +121,6 @@ Math.trunc(); // NaN

Поддержка браузерами

- - -

{{Compat("javascript.builtins.Math.trunc")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf