diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
| commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
| tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/javascript/reference/global_objects/math | |
| parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
| download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip | |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/javascript/reference/global_objects/math')
5 files changed, 5 insertions, 5 deletions
diff --git a/files/ru/web/javascript/reference/global_objects/math/abs/index.html b/files/ru/web/javascript/reference/global_objects/math/abs/index.html index d59cb7da14..5c266ae7a6 100644 --- a/files/ru/web/javascript/reference/global_objects/math/abs/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/abs/index.html @@ -59,7 +59,7 @@ Math.abs(); // NaN <h2 id="Browser_compatibility"><br> Совместимость с браузерами</h2> -<div>{{Compat("javascript.builtins.Math.abs")}}</div> +<div>{{Compat}}</div> <h2 id="See_also">Смотрите также</h2> 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 bfaae0c1a5..776115a421 100644 --- a/files/ru/web/javascript/reference/global_objects/math/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/index.html @@ -157,7 +157,7 @@ Math.gcd = function() { <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> 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 5ff9f9b610..a20dc224e1 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 @@ -64,7 +64,7 @@ Math.log2(1024); // 10 {{Specifications}} <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math.log2")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/global_objects/math/random/index.html b/files/ru/web/javascript/reference/global_objects/math/random/index.html index 098d91ad9c..8400b14960 100644 --- a/files/ru/web/javascript/reference/global_objects/math/random/index.html +++ b/files/ru/web/javascript/reference/global_objects/math/random/index.html @@ -75,7 +75,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Math/random <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.builtins.Math.random")}}</p> +<p>{{Compat}}</p> <div></div> 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 07c02c9df2..80fd65d7e5 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 @@ -103,7 +103,7 @@ Math.trunc(); // NaN {{Specifications}} <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.builtins.Math.trunc")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |
