diff options
Diffstat (limited to 'files/ru/web/javascript/reference/functions')
6 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/javascript/reference/functions/arguments/index.html b/files/ru/web/javascript/reference/functions/arguments/index.html index 9fcbd1103c..28a94c7592 100644 --- a/files/ru/web/javascript/reference/functions/arguments/index.html +++ b/files/ru/web/javascript/reference/functions/arguments/index.html @@ -200,7 +200,7 @@ myConcat(". ", "sage", "basil", "oregano", "pepper", "parsley");</pre> <h2 id="Поддержка_браузерами">Поддержка браузерами</h2> -<p>{{Compat("javascript.functions.arguments")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/arrow_functions/index.html b/files/ru/web/javascript/reference/functions/arrow_functions/index.html index c4a676454c..b170dd3367 100644 --- a/files/ru/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/ru/web/javascript/reference/functions/arrow_functions/index.html @@ -348,7 +348,7 @@ setTimeout( () => { -<p>{{Compat("javascript.functions.arrow_functions")}}</p> +<p>{{Compat}}</p> <h3 id="Замечания_для_Firefox">Замечания для Firefox</h3> diff --git a/files/ru/web/javascript/reference/functions/default_parameters/index.html b/files/ru/web/javascript/reference/functions/default_parameters/index.html index 4e367f6370..b37c9299f4 100644 --- a/files/ru/web/javascript/reference/functions/default_parameters/index.html +++ b/files/ru/web/javascript/reference/functions/default_parameters/index.html @@ -195,7 +195,7 @@ f(); // 6</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("javascript.functions.default_parameters")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/get/index.html b/files/ru/web/javascript/reference/functions/get/index.html index 32f7d027b7..9055b9195b 100644 --- a/files/ru/web/javascript/reference/functions/get/index.html +++ b/files/ru/web/javascript/reference/functions/get/index.html @@ -143,7 +143,7 @@ console.log(Object.getOwnPropertyDescriptor(Object.getPrototypeOf(obj), 'hello') <h2 id="Browser_compatibility">Совместимость с браузерами</h2> -<p>{{Compat("javascript.functions.get")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/javascript/reference/functions/rest_parameters/index.html b/files/ru/web/javascript/reference/functions/rest_parameters/index.html index 2ec6bf462a..0dd79c964e 100644 --- a/files/ru/web/javascript/reference/functions/rest_parameters/index.html +++ b/files/ru/web/javascript/reference/functions/rest_parameters/index.html @@ -175,7 +175,7 @@ console.log(sortArguments(5, 3, 7, 1)); // 1, 3, 5, 7</code></pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div>{{Compat("javascript.functions.rest_parameters")}}</div> +<div>{{Compat}}</div> <div id="compat-mobile"></div> diff --git a/files/ru/web/javascript/reference/functions/set/index.html b/files/ru/web/javascript/reference/functions/set/index.html index 75211011aa..75b9b97456 100644 --- a/files/ru/web/javascript/reference/functions/set/index.html +++ b/files/ru/web/javascript/reference/functions/set/index.html @@ -97,7 +97,7 @@ console.log(obj.baz); // "baz" <p><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 40px;"><strong>Совместимость с браузерами</strong></span></font></p> -<p>{{Compat("javascript.functions.set")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |